Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Mar 31, 2022
1 parent e02ca99 commit 23c5e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
ARG GO_VERSION=1.16-alpine3.12
ARG FROM_IMAGE=alpine:3.14
ARG FROM_IMAGE=alpine:latest

FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS builder

Expand Down

0 comments on commit 23c5e42

Please sign in to comment.