Bump nginx from 1.19.3 to 1.19.9

Bumps nginx from 1.19.3 to 1.19.9.

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-01 19:06:57 +00:00 committed by GitHub
parent bea149e317
commit b698f4ba18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ RUN go get -v ./... && \
CGO_ENABLED=0 GOOS=linux go build -o forego . CGO_ENABLED=0 GOOS=linux go build -o forego .
# Build the final image # Build the final image
FROM nginx:1.19.3 FROM nginx:1.19.9
LABEL maintainer="Jason Wilder mail@jasonwilder.com" LABEL maintainer="Jason Wilder mail@jasonwilder.com"
# Install wget and install/updates certificates # Install wget and install/updates certificates

View file

@ -42,7 +42,7 @@ RUN go get -v ./... && \
CGO_ENABLED=0 GOOS=linux go build -o forego . CGO_ENABLED=0 GOOS=linux go build -o forego .
# Build the final image # Build the final image
FROM nginx:1.19.3-alpine FROM nginx:1.19.9-alpine
LABEL maintainer="Jason Wilder mail@jasonwilder.com" LABEL maintainer="Jason Wilder mail@jasonwilder.com"
# Install wget and install/updates certificates # Install wget and install/updates certificates