We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6efc89e commit 695d93cCopy full SHA for 695d93c
Dockerfile
@@ -1,7 +1,7 @@
1
-FROM alpine:3.19
+FROM alpine:3.22
2
3
RUN apk update \
4
- && apk --no-cache add dumb-init postgresql16-client curl aws-cli
+ && apk --no-cache add dumb-init postgresql17-client curl aws-cli
5
6
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
7
0 commit comments