Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jan 27, 2024
1 parent b910652 commit 6710dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY *.go .
RUN CGO_ENABLED=0 GOOS=linux go build -a -o /go/bin/scout .

######## Start a new stage from scratch #######
FROM alpine:latest
FROM alpine:3.19.1
RUN apk --no-cache add ca-certificates tzdata
COPY --from=builder /go/bin/scout /usr/local/bin

Expand Down

0 comments on commit 6710dab

Please sign in to comment.