Skip to content

Commit 5b178a2

Browse files
Bump the all-docker group across 3 directories with 3 updates
Bumps the all-docker group with 1 update in the / directory: node. Bumps the all-docker group with 1 update in the /server directory: ubuntu. Bumps the all-docker group with 2 updates in the /ui directory: ubuntu and nginx. Updates `node` from 20 to 23 Updates `ubuntu` from 20.04 to 24.04 Updates `ubuntu` from 20.04 to 24.04 Updates `nginx` from 1.17 to 1.27 --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-docker - dependency-name: ubuntu dependency-type: direct:production dependency-group: all-docker - dependency-name: ubuntu dependency-type: direct:production dependency-group: all-docker - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-docker ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b9b98dc commit 5b178a2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20 as build
1+
FROM node:23 as build
22

33
# Check the versions
44
RUN node --version && \

server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:20.04 as build
1+
FROM ubuntu:24.04 as build
22

33
MAINTAINER SDF Ops Team <ops@stellar.org>
44

ui/Dockerfile

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

33
MAINTAINER SDF Ops Team <ops@stellar.org>
44

@@ -28,7 +28,7 @@ COPY ./ui /app/ui/
2828
RUN yarn install
2929
RUN yarn workspace ui build
3030

31-
FROM nginx:1.17
31+
FROM nginx:1.27
3232

3333
COPY --from=build /app/ui/build/ /usr/share/nginx/html/
3434
COPY --from=build /app/ui/nginx.conf /etc/nginx/conf.d/default.conf

0 commit comments

Comments
 (0)