Browse Source

Bump alpine to v3.14.2

This alpine release includes fixes for openssl CVE-2021-3711 and CVE-2021-3712
Nick Russler 4 năm trước cách đây
mục cha
commit
5f87c4137c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -4,7 +4,7 @@ ARG ldflags
 COPY . .
 COPY . .
 RUN GO111MODULE=on CGO_ENABLED=0 go build -o bin/gitleaks -ldflags "-X="${ldflags} *.go 
 RUN GO111MODULE=on CGO_ENABLED=0 go build -o bin/gitleaks -ldflags "-X="${ldflags} *.go 
 
 
-FROM alpine:3.14.1
+FROM alpine:3.14.2
 RUN adduser -D gitleaks && \
 RUN adduser -D gitleaks && \
     apk add --no-cache bash git openssh-client
     apk add --no-cache bash git openssh-client
 COPY --from=build /go/src/github.com/zricethezav/gitleaks/bin/* /usr/bin/
 COPY --from=build /go/src/github.com/zricethezav/gitleaks/bin/* /usr/bin/