Skip to content

Commit

Permalink
Update versions to Alpine 3.19 and Postgres 16
Browse files Browse the repository at this point in the history
  • Loading branch information
itbm authored Jun 9, 2024
1 parent ae88d99 commit d6b53dc
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,9 +1,9 @@
FROM alpine:3.18
FROM alpine:3.19
LABEL maintainer="ITBM"

RUN apk update \
&& apk upgrade \
&& apk add coreutils postgresql15-client aws-cli openssl curl \
&& apk add coreutils postgresql16-client aws-cli openssl curl \
&& curl -L --insecure https://github.com/odise/go-cron/releases/download/v0.0.7/go-cron-linux.gz | zcat > /usr/local/bin/go-cron \
&& chmod u+x /usr/local/bin/go-cron \
&& apk del curl \
Expand Down

0 comments on commit d6b53dc

Please sign in to comment.