Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN git clone https://github.com/nginx-proxy/forego/ \
&& rm -rf /go/forego

# Build the final image
FROM nginx:1.21.1
FROM nginx:1.23.3
LABEL maintainer="Nicolas Duchon <[email protected]> (@buchdag)"

# Install wget and install/updates certificates
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN git clone https://github.com/nginx-proxy/forego/ \
&& rm -rf /go/forego

# Build the final image
FROM nginx:1.21.1-alpine
FROM nginx:1.23.3-alpine
LABEL maintainer="Nicolas Duchon <[email protected]> (@buchdag)"

# Install wget and install/updates certificates
Expand Down