Skip to content

Commit 695d93c

Browse files
committed
add pg17
1 parent 6efc89e commit 695d93c

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,7 +1,7 @@
1-
FROM alpine:3.19
1+
FROM alpine:3.22
22

33
RUN apk update \
4-
&& apk --no-cache add dumb-init postgresql16-client curl aws-cli
4+
&& apk --no-cache add dumb-init postgresql17-client curl aws-cli
55

66
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
77

0 commit comments

Comments
 (0)