We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44f80a8 + 6fee5cc commit 7d33d8aCopy full SHA for 7d33d8a
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ COPY . /app
5
6
RUN go run ./cmd/static-generate/main.go -output ./static
7
8
-FROM nginx:1.27.5
+FROM nginx:1.29.4
9
10
# copy md and images
11
COPY --from=builder /app/pages /usr/share/nginx/html
0 commit comments