Skip to content

Commit

Permalink
Bump alpine from 3.19.0 to 3.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pschiffe committed Feb 1, 2024
1 parent c704c95 commit a10e85c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pdns-mysql/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19.0
FROM alpine:3.19.1

RUN arch=$([ "$(arch)" = 'aarch64' ] && echo -n 'arm64' || echo -n 'amd64') \
&& apk update \
Expand Down
2 changes: 1 addition & 1 deletion pdns-pgsql/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19.0
FROM alpine:3.19.1

RUN arch=$([ "$(arch)" = 'aarch64' ] && echo -n 'arm64' || echo -n 'amd64') \
&& apk update \
Expand Down
2 changes: 1 addition & 1 deletion pdns-recursor/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19.0
FROM alpine:3.19.1

RUN arch=$([ "$(arch)" = 'aarch64' ] && echo -n 'arm64' || echo -n 'amd64') \
&& apk update \
Expand Down

0 comments on commit a10e85c

Please sign in to comment.