diff --git a/Dockerfile b/Dockerfile index cb82169..ff7607a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ COPY . . RUN npm run build RUN npm prune --production -FROM nginx:1.27.0-alpine +FROM nginx:1.29.6-alpine RUN apk add --no-cache curl gettext