Skip to content

Commit 59a7610

Browse files
committed
update pg15
1 parent b511da2 commit 59a7610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.15
1+
FROM alpine:3.18
22

33
RUN apk add --update \
44
python3 \
@@ -11,7 +11,7 @@ FROM alpine:3.15
1111
ENV PATH $PATH:/root/google-cloud-sdk/bin
1212

1313
RUN apk update \
14-
&& apk --no-cache add dumb-init postgresql-client curl
14+
&& apk --no-cache add dumb-init postgresql15-client curl
1515

1616
RUN curl -L https://github.com/odise/go-cron/releases/download/v0.0.7/go-cron-linux.gz | zcat > /usr/local/bin/go-cron && chmod +x /usr/local/bin/go-cron
1717

0 commit comments

Comments
 (0)