Skip to content

Commit

Permalink
chore(container): update alpine:3.20.3 docker digest to 1e42bbe
Browse files Browse the repository at this point in the history
  • Loading branch information
truecharts-admin committed Dec 29, 2024
1 parent 4b5d15a commit bca5b57
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.20.3@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d
FROM alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a
# hadolint ignore=DL3018
RUN set -ex; \
apk add --no-cache \
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.20.3@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d
FROM alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a

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.3@sha256:efb87236c8c92599bcd3a67a7a8a55e0f255665f4719722bf398935aa9b92270
# Above line used by CI to find tags etc

FROM alpine:3.20.3@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d as plugins
FROM alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 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.20.3@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d
FROM alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a

ARG CONTAINER_NAME
ARG CONTAINER_VER
Expand Down

0 comments on commit bca5b57

Please sign in to comment.