Skip to content

Commit 497f577

Browse files
Bump the all-docker group across 1 directory with 2 updates
Bumps the all-docker group with 2 updates in the / directory: ubuntu and nginx. Updates `ubuntu` from 24.04 to 26.04 Updates `nginx` from 1.29 to 1.31 --- updated-dependencies: - dependency-name: nginx dependency-version: '1.31' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-docker - dependency-name: ubuntu dependency-version: '26.04' dependency-type: direct:production dependency-group: all-docker ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1f3264b commit 497f577

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:24.04 AS build
1+
FROM ubuntu:26.04 AS build
22

33
LABEL maintainer="SDF Ops Team <ops@stellar.org>"
44

@@ -32,7 +32,7 @@ ENV NODE_OPTIONS="--max-old-space-size=4096"
3232
# fi
3333
RUN yarn build --no-minify
3434

35-
FROM nginx:1.29
35+
FROM nginx:1.31
3636

3737
COPY --from=build /app/build/ /usr/share/nginx/html/
3838
COPY nginx /etc/nginx/

0 commit comments

Comments
 (0)