Skip to content

Commit

Permalink
Bump the all-docker group with 2 updates (#998)
Browse files Browse the repository at this point in the history
Bumps the all-docker group with 2 updates: ubuntu and nginx.


Updates `ubuntu` from 22.04 to 24.04

Updates `nginx` from 1.17 to 1.27

---
updated-dependencies:
- 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent 433e344 commit 3c2061c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04 AS build
FROM ubuntu:24.04 AS build

LABEL maintainer="SDF Ops Team <[email protected]>"

Expand All @@ -21,7 +21,7 @@ RUN yarn rpcspec:build
RUN yarn stellar-cli:build
RUN NODE_OPTIONS="--max-old-space-size=4096" yarn build

FROM nginx:1.17
FROM nginx:1.27

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

0 comments on commit 3c2061c

Please sign in to comment.