diff --git a/Dockerfile.local b/Dockerfile.local index 6ae76178..5075f3a1 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -11,7 +11,7 @@ COPY . ./ RUN npm run build ##stage 2. build the production (server) environment -FROM nginx:1.23.2-alpine +FROM nginx:1.26.2-alpine #install curl and envsubst RUN apk --no-cache add curl