Skip to content

Commit 99091f6

Browse files
update image versions
1 parent 6c47f79 commit 99091f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Remember to target specific version in your base image,
44
# because you want reproducibility (in a few years you will thank me)
5-
FROM alpine:3.9 AS build
5+
FROM alpine:3.18 AS build
66

77
# The Hugo version
88
ARG VERSION=0.103.0
@@ -27,7 +27,7 @@ RUN ls public -la
2727
RUN ls themes -la
2828

2929
# stage 2
30-
FROM nginx:1.15-alpine
30+
FROM nginx:1.25-alpine
3131

3232
WORKDIR /usr/share/nginx/html/
3333

0 commit comments

Comments
 (0)