Skip to content

Commit

Permalink
chore(container): update alpine docker tag to v3.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
truecharts-admin committed Jan 10, 2025
1 parent 990fc76 commit eaab14f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion containers/apps/nextcloud-imaginary/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN set -ex; \
vips-poppler; \
go install github.com/h2non/imaginary@b632dae8cc321452c3f85bcae79c580b1ae1ed84

FROM alpine:3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45
FROM alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099

# hadolint ignore=DL3018
RUN set -ex; \
Expand Down
2 changes: 1 addition & 1 deletion containers/apps/nextcloud-push-notify/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45
FROM alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099

SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
# hadolint ignore=DL3018
Expand Down
2 changes: 1 addition & 1 deletion containers/apps/traefik/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM traefik:v3.2.5@sha256:be9047cd1854417f25f59ae896c0893316b1093065033aedbe319a437df76b44
# Above line used by CI to find tags etc

FROM alpine:3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45 as plugins
FROM alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099 as plugins

Check warning on line 4 in containers/apps/traefik/Dockerfile

View workflow job for this annotation

GitHub Actions / containers-build / Build (traefik)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

# FIXME: Find a way to keep versions up to date
# -- Use the following prefixes to specify plugins to clone
Expand Down
2 changes: 1 addition & 1 deletion containers/base/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45
FROM alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099

ARG CONTAINER_NAME
ARG CONTAINER_VER
Expand Down

0 comments on commit eaab14f

Please sign in to comment.