Skip to content

Commit 7d33d8a

Browse files
authored
Merge pull request #63 from gotti/renovate/nginx-1.x
2 parents 44f80a8 + 6fee5cc commit 7d33d8a

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.4
99

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

0 commit comments

Comments
 (0)