Skip to content

Commit

Permalink
fix: packager/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 13, 2023
1 parent 449c930 commit 1163847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Use an official Go runtime as a parent image
FROM golang:1.16
FROM golang:1.19.10

ENV GO111MODULE=on

Expand Down

0 comments on commit 1163847

Please sign in to comment.