Skip to content

Commit

Permalink
feat(Dependencies): Update nginx Docker tag to v1.27.1
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| docker     | nginx   | 1.27.0 | 1.27.1 |
  • Loading branch information
renovate[bot] authored Aug 15, 2024
1 parent a7b429b commit 95958c5
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 @@ -25,7 +25,7 @@ COPY . .
RUN npx ng build --configuration=custom

### STAGE 2: Setup
FROM nginx:1.27.0-alpine
FROM nginx:1.27.1-alpine

# Copy our default nginx config
COPY nginx/default.conf /etc/nginx/conf.d/
Expand Down

0 comments on commit 95958c5

Please sign in to comment.