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:
parent
bea149e317
commit
b698f4ba18
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,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.9
|
||||
LABEL maintainer="Jason Wilder mail@jasonwilder.com"
|
||||
|
||||
# Install wget and install/updates certificates
|
||||
|
|
|
@ -42,7 +42,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.9-alpine
|
||||
LABEL maintainer="Jason Wilder mail@jasonwilder.com"
|
||||
|
||||
# Install wget and install/updates certificates
|
||||
|
|
Loading…
Reference in a new issue