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 b511da2 commit 59a7610Copy full SHA for 59a7610
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.15
+FROM alpine:3.18
2
3
RUN apk add --update \
4
python3 \
@@ -11,7 +11,7 @@ FROM alpine:3.15
11
ENV PATH $PATH:/root/google-cloud-sdk/bin
12
13
RUN apk update \
14
- && apk --no-cache add dumb-init postgresql-client curl
+ && apk --no-cache add dumb-init postgresql15-client curl
15
16
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
17
0 commit comments