Skip to content

Commit 028c83b

Browse files
Update nginx Docker tag to v1.29.2
1 parent 44f80a8 commit 028c83b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY . /app
55

66
RUN go run ./cmd/static-generate/main.go -output ./static
77

8-
FROM nginx:1.27.5
8+
FROM nginx:1.29.2
99

1010
# copy md and images
1111
COPY --from=builder /app/pages /usr/share/nginx/html

0 commit comments

Comments
 (0)