Skip to content

Commit

Permalink
Merge pull request #578 from SORMAS-Foundation/pr-577
Browse files Browse the repository at this point in the history
Pr 577
  • Loading branch information
jp-sgent committed Nov 24, 2023
2 parents 6a2d369 + b1c06ce commit e9ad6cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SORMAS_POSTGRES_PASSWORD=password
SORMAS_POSTGRES_USER=sormas_user

SORMAS_DOCKER_VERSION=2.52.0-rc1
SORMAS_DOCKER_VERSION=2.52.0-rc2
SORMAS_VERSION=1.91.0
# only needed for CI build systems
SORMAS_DEMIS_VERSION=1.37.0
Expand Down
4 changes: 2 additions & 2 deletions pg_dump/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.8
FROM alpine:3.17

RUN apk update --no-cache && \
apk upgrade --no-cache && \
apk add --no-cache --upgrade postgresql-client tar dcron tzdata zstd
apk add --no-cache --upgrade postgresql14-client tar dcron tzdata zstd

COPY pg_dump /root
COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit e9ad6cc

Please sign in to comment.