Skip to content

Commit 6e988f1

Browse files
committed
1.30.x に変更
1 parent f6f4fc5 commit 6e988f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN npm run build -w @soeji/frontend
2424
RUN echo "{\"commit\":\"${COMMIT_HASH}\",\"buildTime\":\"$(date -u +%Y-%m-%dT%H:%M:%SZ)\"}" > /app/frontend/dist/version.json
2525

2626
# Production stage
27-
FROM nginx:1.30.1-alpine
27+
FROM nginx:1.30-alpine
2828

2929
# Copy nginx configuration
3030
COPY frontend/nginx.conf /etc/nginx/nginx.conf

0 commit comments

Comments
 (0)