Skip to content

Commit

Permalink
feat(docker): use --no-cache on apk add command
Browse files Browse the repository at this point in the history
  • Loading branch information
corrieriluca committed May 14, 2023
1 parent 72e87ba commit f2156f5
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 @@ -35,7 +35,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a \

FROM docker.io/library/alpine:3.18.0@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11

RUN apk add --update git bash openssh
RUN apk add --update --no-cache git bash openssh

WORKDIR /
COPY --from=builder /workspace/bin/burrito .
Expand Down

0 comments on commit f2156f5

Please sign in to comment.