Skip to content

Commit

Permalink
Bump library/nginx in /backstage in the minor group across 1 directory
Browse files Browse the repository at this point in the history
Bumps the minor group with 1 update in the /backstage directory: library/nginx.


Updates `library/nginx` from 1.23.3-alpine-slim to 1.27.3-alpine-slim

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 46d829e commit 489b99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backstage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN mkdir packages/backend/dist/skeleton packages/backend/dist/bundle \
&& tar xzf packages/backend/dist/skeleton.tar.gz -C packages/backend/dist/skeleton \
&& tar xzf packages/backend/dist/bundle.tar.gz -C packages/backend/dist/bundle

FROM docker.io/library/nginx:1.23.3-alpine-slim as frontend
FROM docker.io/library/nginx:1.27.3-alpine-slim as frontend

WORKDIR /app

Expand Down

0 comments on commit 489b99e

Please sign in to comment.