Skip to content

Commit

Permalink
fix(deps): update ghcr.io/socialgouv/docker/nginx4spa docker tag to v…
Browse files Browse the repository at this point in the history
…8.2.0
  • Loading branch information
renovate[bot] authored and pYassine committed Sep 3, 2023
1 parent 8f6a1a6 commit eb4b14e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ RUN mv ./src/environments/environment.prod-env.ts ./src/environments/environment
RUN yarn --frozen-lockfile && yarn cache clean
RUN yarn build

FROM ghcr.io/socialgouv/docker/nginx4spa:8.1.0
FROM ghcr.io/socialgouv/docker/nginx4spa:8.2.0

COPY --from=builder --chown=101:101 /app/dist/domifa /usr/share/nginx/html
2 changes: 1 addition & 1 deletion packages/portail-admins/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ RUN mv ./src/environments/environment.prod-env.ts ./src/environments/environment
RUN yarn --frozen-lockfile && yarn cache clean
RUN yarn build

FROM ghcr.io/socialgouv/docker/nginx4spa:8.0.2
FROM ghcr.io/socialgouv/docker/nginx4spa:8.2.0

COPY --from=builder --chown=101:101 /app/dist/domifa-portail-admins /usr/share/nginx/html
2 changes: 1 addition & 1 deletion packages/portail-usagers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN mv ./src/environments/environment.prod-env.ts ./src/environments/environment
RUN yarn --frozen-lockfile && yarn cache clean
RUN yarn build

FROM ghcr.io/socialgouv/docker/nginx4spa:8.0.2
FROM ghcr.io/socialgouv/docker/nginx4spa:8.2.0

COPY --from=builder --chown=101:101 /app/dist/domifa-portail-usagers /usr/share/nginx/html

Expand Down

0 comments on commit eb4b14e

Please sign in to comment.