Skip to content

Commit 001664b

Browse files
authored
Merge pull request #70 from gotti/renovate/nginx-1.x
Update nginx Docker tag to v1.29.5
2 parents e05b26f + 2d5f82f commit 001664b

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.4
8+
FROM nginx:1.29.5
99

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

0 commit comments

Comments
 (0)