Skip to content

Commit 734810b

Browse files
chore: version included to nginx image
1 parent b634c40 commit 734810b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ichub-frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN npm run build
3838

3939

4040
# Stage 2: Serve the app with Nginx
41-
FROM nginxinc/nginx-unprivileged:alpine
41+
FROM nginxinc/nginx-unprivileged:alpine3.21
4242

4343
# Copy custom Nginx configuration
4444
COPY nginx.conf /etc/nginx/conf.d/default.conf

0 commit comments

Comments
 (0)