Skip to content

Commit f4f4386

Browse files
Bump the all-docker group across 1 directory with 2 updates
Bumps the all-docker group with 2 updates in the / directory: node and nginx. Updates `node` from 22 to 23 Updates `nginx` from 1.17 to 1.27 --- updated-dependencies: - dependency-name: node dependency-version: '23' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-docker - dependency-name: nginx dependency-version: '1.27' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-docker ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 75c13e8 commit f4f4386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22 as build
1+
FROM node:24 as build
22
MAINTAINER SDF Wallets Team <wallet-eng@stellar.org>
33

44
RUN mkdir -p /app
@@ -8,7 +8,7 @@ COPY . /app/
88
RUN yarn install
99
RUN yarn build
1010

11-
FROM nginx:1.17
11+
FROM nginx:1.29
1212

1313
COPY --from=build /app/build/ /usr/share/nginx/html/
1414
COPY --from=build /app/nginx.conf /etc/nginx/conf.d/default.conf

0 commit comments

Comments
 (0)