We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6f4fc5 + 6e988f1 commit 28934e1Copy full SHA for 28934e1
1 file changed
frontend/Dockerfile
@@ -24,7 +24,7 @@ RUN npm run build -w @soeji/frontend
24
RUN echo "{\"commit\":\"${COMMIT_HASH}\",\"buildTime\":\"$(date -u +%Y-%m-%dT%H:%M:%SZ)\"}" > /app/frontend/dist/version.json
25
26
# Production stage
27
-FROM nginx:1.30.1-alpine
+FROM nginx:1.30-alpine
28
29
# Copy nginx configuration
30
COPY frontend/nginx.conf /etc/nginx/nginx.conf
0 commit comments