Skip to content

Commit

Permalink
pg16
Browse files Browse the repository at this point in the history
  • Loading branch information
dmirgaleev committed Feb 4, 2024
1 parent e219f8d commit 7791917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FROM alpine:3.18
ENV PATH $PATH:/root/google-cloud-sdk/bin

RUN apk update \
&& apk --no-cache add dumb-init postgresql15-client curl
&& apk --no-cache add dumb-init postgresql16-client curl

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

Expand Down

0 comments on commit 7791917

Please sign in to comment.