Skip to content

Commit

Permalink
docker: update base image fingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed May 28, 2023
1 parent fddb9c6 commit f7495a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion install/docker/Dockerfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ ENV SCRYPTED_INSTALL_PATH="/server"

# changing this forces pip and npm to perform reinstalls.
# if this base image changes, this version must be updated.
ENV SCRYPTED_BASE_VERSION=20230329
ENV SCRYPTED_BASE_VERSION=20230527
ENV SCRYPTED_DOCKER_FLAVOR=full

################################################################
Expand Down
2 changes: 1 addition & 1 deletion install/docker/Dockerfile.lite
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ ENV SCRYPTED_INSTALL_PATH="/server"

# changing this forces pip and npm to perform reinstalls.
# if this base image changes, this version must be updated.
ENV SCRYPTED_BASE_VERSION=20230329
ENV SCRYPTED_BASE_VERSION=20230527
ENV SCRYPTED_DOCKER_FLAVOR=lite
2 changes: 1 addition & 1 deletion install/docker/Dockerfile.thin
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ ENV SCRYPTED_INSTALL_PATH="/server"

# changing this forces pip and npm to perform reinstalls.
# if this base image changes, this version must be updated.
ENV SCRYPTED_BASE_VERSION=20230329
ENV SCRYPTED_BASE_VERSION=20230527
ENV SCRYPTED_DOCKER_FLAVOR=thin
2 changes: 1 addition & 1 deletion install/docker/template/Dockerfile.full.footer
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV SCRYPTED_INSTALL_PATH="/server"

# changing this forces pip and npm to perform reinstalls.
# if this base image changes, this version must be updated.
ENV SCRYPTED_BASE_VERSION=20230329
ENV SCRYPTED_BASE_VERSION=20230527
ENV SCRYPTED_DOCKER_FLAVOR=full

################################################################
Expand Down

0 comments on commit f7495a7

Please sign in to comment.