Skip to content

Commit f3a6916

Browse files
authored
PG 15
1 parent 43f990e commit f3a6916

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,12 +1,12 @@
11
FROM alpine:3.15
22

33
RUN apk update \
4-
&& apk --no-cache add dumb-init postgresql-client curl aws-cli
4+
&& apk --no-cache add dumb-init postgresql15-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

88
COPY entrypoint.sh .
99
COPY backup.sh .
1010

1111
ENTRYPOINT ["/usr/bin/dumb-init", "--"]
12-
CMD ["sh", "entrypoint.sh"]
12+
CMD ["sh", "entrypoint.sh"]

0 commit comments

Comments
 (0)