diff --git a/Dockerfile b/Dockerfile index 2f249bf..1a6906d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 as build +FROM ubuntu:24.04 as build LABEL maintainer="SDF Ops Team " @@ -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