We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23bb2fa + a36337a commit 4b63fc9Copy full SHA for 4b63fc9
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.18-alpine AS builder
+FROM golang:1.20-alpine AS builder
2
3
ENV WALG_VERSION=v1.1
4
@@ -15,7 +15,7 @@ RUN set -ex \
15
&& install main/pg/wal-g / \
16
&& /wal-g --help
17
18
-FROM postgres:14.6-alpine3.16
+FROM postgres:14.8-alpine3.18
19
20
RUN apk add --update iputils htop curl busybox-suid jq \
21
&& curl -sOL https://cronitor.io/dl/linux_amd64.tar.gz \
0 commit comments