Skip to content

Commit 93a28cd

Browse files
Update nginx Docker tag to v1.30.0
1 parent b52e297 commit 93a28cd

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.29.5
8+
FROM nginx:1.30.0
99

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

0 commit comments

Comments
 (0)