We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6faad40 commit 7b95115Copy full SHA for 7b95115
frontend/Dockerfile
@@ -20,7 +20,7 @@ RUN if [ ! -f ./spa/index.html ]; then echo 'Build failed. Please check the logs
20
#--------------------------------------------
21
# Runtime Stage - Published Image
22
23
-FROM nginx:1.25-alpine
+FROM nginx:1.28-alpine
24
25
RUN apk update && \
26
apk upgrade && \
gateway/Dockerfile
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:1.3
2
3
4
ENV FRAME_ANCESTORS ""
5
0 commit comments