Skip to content

Commit 674c8ad

Browse files
committed
Docker: Update nginx to latest stable
1 parent 7ad19c8 commit 674c8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN npm ci
66
COPY . .
77
RUN npx quasar build
88

9-
FROM nginx:1.24-alpine as production-stage
9+
FROM nginx:1.28-alpine as production-stage
1010
COPY --from=build /app/dist/spa /usr/share/nginx/html
1111
COPY nginx/default.conf /etc/nginx/conf.d/default.conf
1212
COPY entrypoint.sh entrypoint.sh

0 commit comments

Comments
 (0)