Skip to content

Commit 28934e1

Browse files
authored
Merge pull request #73 from windyakin/windyakin_20260523_11168498ab
1.30.x に変更
2 parents f6f4fc5 + 6e988f1 commit 28934e1

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)