Merge pull request #1590 from nginx-proxy/dependabot/docker/nginx-1.19.10
This commit is contained in:
commit
a6f4bfa15b
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ RUN go get -v ./... && \
|
|||
CGO_ENABLED=0 GOOS=linux go build -o forego .
|
||||
|
||||
# Build the final image
|
||||
FROM nginx:1.19.3
|
||||
FROM nginx:1.19.10
|
||||
LABEL maintainer="Nicolas Duchon <nicolas.duchon@gmail.com> (@buchdag)"
|
||||
|
||||
# Install wget and install/updates certificates
|
||||
|
|
|
@ -39,7 +39,7 @@ RUN go get -v ./... && \
|
|||
CGO_ENABLED=0 GOOS=linux go build -o forego .
|
||||
|
||||
# Build the final image
|
||||
FROM nginx:1.19.3-alpine
|
||||
FROM nginx:1.19.10-alpine
|
||||
LABEL maintainer="Nicolas Duchon <nicolas.duchon@gmail.com> (@buchdag)"
|
||||
|
||||
# Install wget and install/updates certificates
|
||||
|
|
Loading…
Reference in a new issue