Skip to content

Commit

Permalink
fix: yoshi/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Dec 18, 2024
1 parent c07fd94 commit 77eb8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yoshi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY dependencies /etc/plugin_templates
# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager main.go

FROM alpine:3.20
FROM alpine:3.21.0
RUN apk add --no-cache bash
RUN apk add --no-cache vim
WORKDIR /
Expand Down

0 comments on commit 77eb8ec

Please sign in to comment.