File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM ubuntu:22 .04 AS builder
1
+ FROM ubuntu:24 .04 AS builder
2
2
3
3
ARG BACKREST_VERSION
4
4
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
42
42
&& tar -xzf /tmp/pgbackrest-bash-completion-${BACKREST_COMPLETION_VERSION}.tar.gz -C /tmp \
43
43
&& mv /tmp/pgbackrest-bash-completion-$(echo ${BACKREST_COMPLETION_VERSION} | tr -d v) /tmp/pgbackrest-bash-completion
44
44
45
- FROM ubuntu:22 .04
45
+ FROM ubuntu:24 .04
46
46
47
47
ARG REPO_BUILD_TAG
48
48
Original file line number Diff line number Diff line change 1
- FROM ubuntu:22 .04 AS builder
1
+ FROM ubuntu:24 .04 AS builder
2
2
3
3
ARG BACKREST_VERSION
4
4
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
35
35
&& tar -xzf /tmp/pgbackrest-bash-completion-${BACKREST_COMPLETION_VERSION}.tar.gz -C /tmp \
36
36
&& mv /tmp/pgbackrest-bash-completion-$(echo ${BACKREST_COMPLETION_VERSION} | tr -d v) /tmp/pgbackrest-bash-completion
37
37
38
- FROM ubuntu:22 .04
38
+ FROM ubuntu:24 .04
39
39
40
40
ARG REPO_BUILD_TAG
41
41
You can’t perform that action at this time.
0 commit comments