Skip to content

Commit

Permalink
upping the version of the nginx version
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Oct 3, 2024
1 parent 770a50e commit 8355cf5
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 @@ -104,7 +104,7 @@ RUN npm run build
####################
## startup the nginx server
####################
FROM ghcr.io/nginxinc/nginx-unprivileged:1.27-alpine3.19
FROM ghcr.io/nginxinc/nginx-unprivileged:1.27-alpine3.20

# get the source files for the site in the right place
COPY --from=build /src/dist /usr/share/nginx/html
Expand Down

0 comments on commit 8355cf5

Please sign in to comment.