Skip to content

Commit 4b63fc9

Browse files
authored
Merge pull request #88 from mesoform/dev/pg-v14
dev/pg_v14
2 parents 23bb2fa + a36337a commit 4b63fc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.18-alpine AS builder
1+
FROM golang:1.20-alpine AS builder
22

33
ENV WALG_VERSION=v1.1
44

@@ -15,7 +15,7 @@ RUN set -ex \
1515
&& install main/pg/wal-g / \
1616
&& /wal-g --help
1717

18-
FROM postgres:14.6-alpine3.16
18+
FROM postgres:14.8-alpine3.18
1919

2020
RUN apk add --update iputils htop curl busybox-suid jq \
2121
&& curl -sOL https://cronitor.io/dl/linux_amd64.tar.gz \

0 commit comments

Comments
 (0)