Skip to content

Commit

Permalink
chore(deps): bump nginx from 1.21-alpine to 1.21.3-alpine (#7585)
Browse files Browse the repository at this point in the history
Bumps nginx from 1.21-alpine to 1.21.3-alpine.

---
updated-dependencies:
- dependency-name: nginx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Gorej <[email protected]>
  • Loading branch information
dependabot[bot] and char0n authored Nov 3, 2021
1 parent c66bb1b commit 0a53e08
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 @@ -2,7 +2,7 @@
# We don't declare them here — take a look at our docs.
# https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/configuration.md

FROM nginx:1.21-alpine
FROM nginx:1.21.3-alpine

RUN apk update && apk add --no-cache "nodejs>=14.17.6-r0"

Expand Down

0 comments on commit 0a53e08

Please sign in to comment.