Skip to content

Commit

Permalink
Merge pull request #122 from stellar/dependabot/docker/all-docker-fca…
Browse files Browse the repository at this point in the history
…752912f
  • Loading branch information
dependabot[bot] authored Jul 30, 2024
2 parents bf4d209 + 3d8cf5b commit 1dab3b3
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 @@ -19,7 +19,7 @@ RUN yarn git-info
RUN yarn install
RUN yarn build

FROM nginx:1.17
FROM nginx:1.27

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

0 comments on commit 1dab3b3

Please sign in to comment.