Skip to content

Commit

Permalink
Merge branch 'main' into 795-contract-offer-id-is-missing-on-catalog-…
Browse files Browse the repository at this point in the history
…browser-view-page
  • Loading branch information
illfixit authored Sep 11, 2024
2 parents 81a7613 + 05d80c8 commit 9c2bf9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY ./ /app/
RUN npm run ng build --no-progress --configuration=production

# Stage 3: Serve app with nginx
FROM docker.io/nginxinc/nginx-unprivileged:1.27-alpine3.19
FROM docker.io/nginxinc/nginx-unprivileged:1.27-alpine3.20

# Temporarily switch to root to install packages and create symlink in restricted location
USER root
Expand Down

0 comments on commit 9c2bf9d

Please sign in to comment.