Skip to content

Commit

Permalink
test different nginx version in qa
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeindl committed Aug 20, 2024
1 parent 8f45a5a commit 884606d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN npm ci \
&& node ./node_modules/@angular/cli/bin/ng build --configuration=production

### STAGE 2: Run ###
FROM bitnami/nginx:1.26.1-debian-12-r3
FROM bitnami/nginx:1.27.0-debian-12-r4

ENV WORKDIR=/work
ENV APPNAME=frontend
Expand Down

0 comments on commit 884606d

Please sign in to comment.