Skip to content

Commit

Permalink
fix: Avoids readable but not writable announcement.db files for EPS b…
Browse files Browse the repository at this point in the history
…y an update from EPS version v0.1.68 to v0.1.69.
  • Loading branch information
jekutzsche committed Dec 10, 2021
1 parent af73f61 commit 0ab8c9e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion infrastructure/dev/.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The target versions for containers to be run
LOCAL_MOUNT_DIR=/home/iris/iris-eps/iris-client/infrastructure/dev
CLIENT_VERSION=develop
EPS_VERSION=v0.1.68
EPS_VERSION=v0.1.69
NGINX_PORT=7443

# The postgres database user and password.
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/docker/app-eps/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM inoeg/eps:v0.1.68
FROM inoeg/eps:v0.1.69

COPY conf /app/settings
COPY ca /app/settings/ca
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/docker/iris-client-eps/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM inoeg/eps:v0.1.68
FROM inoeg/eps:v0.1.69

COPY conf /app/settings
COPY ca /app/settings/ca
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/docker/iris-client-proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM inoeg/proxy:v0.1.68
FROM inoeg/proxy:v0.1.69

COPY conf /app/settings
COPY ca /app/settings/ca
Expand Down

0 comments on commit 0ab8c9e

Please sign in to comment.