Skip to content

Commit

Permalink
Use a more presise image tag (#354)
Browse files Browse the repository at this point in the history
Co-authored-by: Rune Johansen <[email protected]>
  • Loading branch information
runejo and runejo authored Nov 26, 2024
1 parent 1f3219d commit 20aea32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN npx nx reset
RUN npm run build

# production environment
FROM nginxinc/nginx-unprivileged:1.27-alpine3.20
FROM nginxinc/nginx-unprivileged:1.27.2-alpine3.20
COPY --from=build /app/dist/apps/pxweb2 /usr/share/nginx/html
COPY nginx/conf.d/default.conf /etc/nginx/conf.d
EXPOSE 8080
Expand Down

0 comments on commit 20aea32

Please sign in to comment.