Skip to content

Commit 74b8c56

Browse files
committedDec 29, 2024
Switch to alpine 3.20.
1 parent 3b25cf6 commit 74b8c56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Dockerfile.alpine

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.19
1+
FROM alpine:3.20
22

33
ARG BACKREST_VERSION
44
ARG BACKREST_DOWNLOAD_URL="https://github.com/pgbackrest/pgbackrest/archive/release"

‎Dockerfile_make.alpine

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.19
1+
FROM alpine:3.20
22

33
ARG BACKREST_VERSION
44
ARG BACKREST_DOWNLOAD_URL="https://github.com/pgbackrest/pgbackrest/archive/release"

0 commit comments

Comments
 (0)
Please sign in to comment.