Skip to content

Commit 7ff3e39

Browse files
dependabot[bot]GDYendell
authored andcommitted
Bump library/nginx in /backstage in the minor group across 1 directory
Bumps the minor group with 1 update in the /backstage directory: library/nginx. Updates `library/nginx` from 1.27.3-alpine-slim to 1.27.4-alpine-slim --- updated-dependencies: - dependency-name: library/nginx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 616354b commit 7ff3e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backstage/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN mkdir packages/backend/dist/skeleton packages/backend/dist/bundle \
3232
&& tar xzf packages/backend/dist/skeleton.tar.gz -C packages/backend/dist/skeleton \
3333
&& tar xzf packages/backend/dist/bundle.tar.gz -C packages/backend/dist/bundle
3434

35-
FROM docker.io/library/nginx:1.27.3-alpine-slim as frontend
35+
FROM docker.io/library/nginx:1.29.1-alpine-slim as frontend
3636

3737
WORKDIR /app
3838

0 commit comments

Comments
 (0)