Skip to content

Commit

Permalink
chore(deps): update public.ecr.aws/docker/library/alpine docker tag t…
Browse files Browse the repository at this point in the history
…o v3.20.1
  • Loading branch information
tinfoild[bot] authored Jul 8, 2024
1 parent 39f8f98 commit 2d9750f
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.19.1
FROM public.ecr.aws/docker/library/alpine:3.20.1
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.20.1 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.20.1

USER 0:0
RUN apk add bash=5.2.21-r0
Expand Down

0 comments on commit 2d9750f

Please sign in to comment.