Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(container): update ghcr.io/erhardtconsulting/base-php docker tag (8.3.12 β†’ 8.3.13) #31

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion freshrss/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/erhardtconsulting/base-php:8.3.12@sha256:b7301d00a4835817b462d871d027d8df25a1bc9c15c64907597f14b114b7d3a2
FROM ghcr.io/erhardtconsulting/base-php:8.3.13@sha256:8e226443d7201c41652648c9f54a2283197fea26a6d76c33fbe75d688efa778d

# Get target arch
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion nextcloud/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/erhardtconsulting/base-php:8.3.12@sha256:b7301d00a4835817b462d871d027d8df25a1bc9c15c64907597f14b114b7d3a2
FROM ghcr.io/erhardtconsulting/base-php:8.3.13@sha256:8e226443d7201c41652648c9f54a2283197fea26a6d76c33fbe75d688efa778d

# Nextcloud gpg key for verification
ARG NEXTCLOUD_GPG="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A"
Expand Down