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 7, 2025
1 parent 1bc47b2 commit 315458b
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:b97e2a89d0b9e4011bb88c02ddf01c544b8c781acf1f4d559e7c8f12f1047ac3
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.1@sha256:b97e2a89d0b9e4011bb88c02ddf01c544b8c781acf1f4d559e7c8f12f1047ac3 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.1@sha256:b97e2a89d0b9e4011bb88c02ddf01c544b8c781acf1f4d559e7c8f12f1047ac3

USER 0:0
RUN apk add bash
Expand Down

0 comments on commit 315458b

Please sign in to comment.