Skip to content

Commit

Permalink
📣 Update alpine Docker tag
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| docker     | alpine  | 3.13   | 3.20   |
| docker     | alpine  | 3.19.0 | 3.20.3 |
  • Loading branch information
renovate-bot committed Oct 4, 2024
1 parent 4ccde3a commit 02bffea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/concourse-git-semver-tag-resource/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19.0
FROM alpine:3.20.3

RUN apk --update add \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion apps/concourse-github-pr-resource/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG GOOS=linux
ARG GOARCH=amd64

FROM alpine:3.19.0 as resource-tools
FROM alpine:3.20.3 as resource-tools
RUN apk add --update --no-cache \
curl \
jq \
Expand Down
2 changes: 1 addition & 1 deletion apps/concourse-slack-notification-resource/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19.0
FROM alpine:3.20.3

ARG VERSION
ARG BUILD_DATE
Expand Down
2 changes: 1 addition & 1 deletion apps/petio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN mv /build/frontend/build /build/views/frontend && \
rm -rf /build/admin && \
chmod -R u=rwX,go=rX /build

FROM alpine:3.13
FROM alpine:3.20

EXPOSE 7777
VOLUME ["/app/api/config", "/app/logs"]
Expand Down

0 comments on commit 02bffea

Please sign in to comment.