Skip to content

Commit

Permalink
Bump nginx from 1.25.5-alpine to 1.26.0-alpine in /docker (#248)
Browse files Browse the repository at this point in the history
Bumps nginx from 1.25.5-alpine to 1.26.0-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 24, 2024
1 parent bf57285 commit 5dfea38
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 @@ -18,7 +18,7 @@ RUN echo $(cat src/assets/config/version.txt)
RUN npm run ng build --no-progress --configuration=production

# Stage 3: Serve app with nginx
FROM nginx:1.25.5-alpine
FROM nginx:1.26.0-alpine

RUN apk update && apk add jq esh

Expand Down

0 comments on commit 5dfea38

Please sign in to comment.