Skip to content

Commit 2ce2dd2

Browse files
committed
Switch to ubuntu 24.04.
1 parent 74b8c56 commit 2ce2dd2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04 AS builder
1+
FROM ubuntu:24.04 AS builder
22

33
ARG BACKREST_VERSION
44
ARG BACKREST_DOWNLOAD_URL="https://github.com/pgbackrest/pgbackrest/archive/release"
@@ -42,7 +42,7 @@ RUN wget ${BACKREST_COMPLETION_VERSION_URL}/${BACKREST_COMPLETION_VERSION}.tar.g
4242
&& tar -xzf /tmp/pgbackrest-bash-completion-${BACKREST_COMPLETION_VERSION}.tar.gz -C /tmp \
4343
&& mv /tmp/pgbackrest-bash-completion-$(echo ${BACKREST_COMPLETION_VERSION} | tr -d v) /tmp/pgbackrest-bash-completion
4444

45-
FROM ubuntu:22.04
45+
FROM ubuntu:24.04
4646

4747
ARG REPO_BUILD_TAG
4848

Diff for: Dockerfile_make

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04 AS builder
1+
FROM ubuntu:24.04 AS builder
22

33
ARG BACKREST_VERSION
44
ARG BACKREST_DOWNLOAD_URL="https://github.com/pgbackrest/pgbackrest/archive/release"
@@ -35,7 +35,7 @@ RUN wget ${BACKREST_COMPLETION_VERSION_URL}/${BACKREST_COMPLETION_VERSION}.tar.g
3535
&& tar -xzf /tmp/pgbackrest-bash-completion-${BACKREST_COMPLETION_VERSION}.tar.gz -C /tmp \
3636
&& mv /tmp/pgbackrest-bash-completion-$(echo ${BACKREST_COMPLETION_VERSION} | tr -d v) /tmp/pgbackrest-bash-completion
3737

38-
FROM ubuntu:22.04
38+
FROM ubuntu:24.04
3939

4040
ARG REPO_BUILD_TAG
4141

0 commit comments

Comments
 (0)