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 43f990e commit f3a6916Copy full SHA for f3a6916
Dockerfile
@@ -1,12 +1,12 @@
1
FROM alpine:3.15
2
3
RUN apk update \
4
- && apk --no-cache add dumb-init postgresql-client curl aws-cli
+ && apk --no-cache add dumb-init postgresql15-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
8
COPY entrypoint.sh .
9
COPY backup.sh .
10
11
ENTRYPOINT ["/usr/bin/dumb-init", "--"]
12
-CMD ["sh", "entrypoint.sh"]
+CMD ["sh", "entrypoint.sh"]
0 commit comments