We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e05b26f + 2d5f82f commit 001664bCopy full SHA for 001664b
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.29.4
+FROM nginx:1.29.5
9
10
# copy md and images
11
COPY --from=builder /app/pages /usr/share/nginx/html
0 commit comments