Skip to content

Commit 404d363

Browse files
Update dockerfile
1 parent a1067ee commit 404d363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY . .
1111
RUN npm run build
1212

1313
# Stage 2: Serve pre-built, static files with NGINX.
14-
FROM nginx:1.28.5-alpine AS runtime
14+
FROM nginx:1.29.5-alpine AS runtime
1515
# Add NGINX configuration for web app.
1616
COPY nginx.conf /etc/nginx/conf.d/default.conf
1717
# Copy Angular build output to NGINX's web root.

0 commit comments

Comments
 (0)