From 6a799dd46de46a31362597420179dbaef1911a1e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jul 2024 03:41:40 +0000 Subject: [PATCH] fix: dev/Dockerfile.dev to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1569451 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1569451 - https://snyk.io/vuln/SNYK-ALPINE311-ZLIB-2977081 - https://snyk.io/vuln/SNYK-ALPINE311-APKTOOLS-1534687 - https://snyk.io/vuln/SNYK-ALPINE311-BUSYBOX-1920749 --- dev/Dockerfile.dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/Dockerfile.dev b/dev/Dockerfile.dev index 1ecddfaf5..afc83a6e1 100644 --- a/dev/Dockerfile.dev +++ b/dev/Dockerfile.dev @@ -1,4 +1,4 @@ -FROM golang:1.13.5-alpine +FROM golang:1.21.11-alpine LABEL maintainer="Hunter Long (https://github.com/hunterlong)" ARG VERSION RUN apk add --update --no-cache libstdc++ gcc g++ make git ca-certificates linux-headers wget curl jq libsass nodejs nodejs-npm