Skip to content

Commit

Permalink
Merge pull request #1 from ekrchan/postgres15
Browse files Browse the repository at this point in the history
Update to Postgres 15
  • Loading branch information
Lukas Jenicek authored Dec 8, 2023
2 parents 2dfe308 + 75d722a commit d279e32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM python:3-alpine3.16
FROM python:3-alpine3.18

RUN pip install --no-cache-dir awscli==1.25.32
RUN pip install --no-cache-dir awscli==1.31.10

RUN apk add --no-cache --update postgresql-client>14
RUN apk add --no-cache --update postgresql-client>15

RUN aws --version && psql --version

Expand Down

0 comments on commit d279e32

Please sign in to comment.