Skip to content

Commit

Permalink
chore(deps): bump nginx from 1.25.1-alpine to 1.25.2-alpine in /docker
Browse files Browse the repository at this point in the history
Bumps nginx from 1.25.1-alpine to 1.25.2-alpine.

---
updated-dependencies:
- dependency-name: nginx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 16, 2023
1 parent b15b648 commit 69b4789
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 nginx:1.25.1-alpine
FROM nginx:1.25.2-alpine

RUN apk update && apk add jq esh --no-cache

Expand Down

0 comments on commit 69b4789

Please sign in to comment.