Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: Hakan <kurtulus@mail.com>
  • Loading branch information
snyk-bot and Hakan committed Apr 8, 2022
1 parent 23c5e42 commit e9b6810
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:latest
ARG FROM_IMAGE=alpine:3.15

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

Expand Down

0 comments on commit e9b6810

Please sign in to comment.