Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a0e2c9d

Browse files
committedAug 28, 2021
fix: examples/redeploy-instead-of-hot-reload/Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-1569445 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-1569445 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-1569449 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-1569449
1 parent ae2a9b9 commit a0e2c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/redeploy-instead-of-hot-reload/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.15-alpine
1+
FROM golang:1.17-alpine
22

33
ADD . /go/src/app
44
WORKDIR /go/src/app

0 commit comments

Comments
 (0)
Please sign in to comment.