From 2095498eb400e68a6afbdc9dceb3b640798cc8e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Feb 2024 02:06:26 +0000 Subject: [PATCH] fix: Chapter_10_Deploying_Go/mosaic-docker/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 --- Chapter_10_Deploying_Go/mosaic-docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter_10_Deploying_Go/mosaic-docker/Dockerfile b/Chapter_10_Deploying_Go/mosaic-docker/Dockerfile index a8281220..3c27635c 100644 --- a/Chapter_10_Deploying_Go/mosaic-docker/Dockerfile +++ b/Chapter_10_Deploying_Go/mosaic-docker/Dockerfile @@ -1,6 +1,6 @@ # Start from a Debian image with the latest version of Go installed # and a workspace (GOPATH) configured at /go. -FROM golang +FROM golang:1.22rc2-bookworm # Copy the local package files to the container's workspace. ADD . /go/src/github.com/sausheong/mosaicgo