Skip to content

Commit

Permalink
feat(oci/libraryalpine): update
Browse files Browse the repository at this point in the history
  • Loading branch information
tinfoild[bot] authored Jan 8, 2025
1 parent 1bc47b2 commit 296d4df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/bird/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG VERSION

FROM public.ecr.aws/docker/library/alpine:3.20
FROM public.ecr.aws/docker/library/alpine:3.21@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
ARG VERSION
RUN apk add bird=${VERSION}
RUN apk add catatonit
Expand Down
2 changes: 1 addition & 1 deletion apps/goatcounter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG VERSION

# Stage 1: Build (pulled from upstream Dockerfile https://github.com/botlabs-gg/yagpdb/blob/7e6d553bd203680a0a1d68afd94f815478538611/yagpdb_docker/Dockerfile)
FROM public.ecr.aws/docker/library/alpine:3.19.0 AS builder
FROM public.ecr.aws/docker/library/alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099 AS builder
ARG VERSION
ARG TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion apps/k8s-crd-extractor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/docker/library/alpine:3.19.1
FROM public.ecr.aws/docker/library/alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099

USER 0:0
RUN apk add bash
Expand Down

0 comments on commit 296d4df

Please sign in to comment.