Skip to content

Commit

Permalink
fix: build/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Apr 14, 2024
1 parent 154307e commit fc245da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY . /go/src

RUN CGO_ENABLED=0 go build -o /go/bin/audio-convert -ldflags "-X main.version=$BUILD_VERSION" cmd/audio-convert/main.go
#####################################################################################
FROM alpine:3.13.8 as runner
FROM alpine:3.16.9 as runner

ARG BUILD_VERSION=0.1

Expand Down

0 comments on commit fc245da

Please sign in to comment.