Skip to content

Commit

Permalink
add pg16
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaariel91 committed Jun 17, 2024
1 parent 3cb0686 commit 509cacb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.18
FROM alpine:3.19

RUN apk update \
&& apk --no-cache add dumb-init postgresql-client curl aws-cli
&& apk --no-cache add dumb-init postgresql16-client curl aws-cli

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 509cacb

Please sign in to comment.