diff --git a/Dockerfile b/Dockerfile index 96e26abd..10ed89bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY . . RUN npm install RUN npm run build -FROM nginx:1.25.2-alpine +FROM nginx:1.25.3-alpine COPY --from=build /app/theme /usr/share/nginx/html