Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjiang1989 authored Mar 14, 2024
1 parent b3fb598 commit 4ee3be5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ RUN apk add --no-cache \
bash \
git \
make \
wget
wget \
docker

####
# golangci-lint
Expand All @@ -30,7 +31,7 @@ ARG GOTESTSUM_VERSION=1.11.0
RUN wget https://github.com/gotestyourself/gotestsum/releases/download/v${GOTESTSUM_VERSION}/gotestsum_${GOTESTSUM_VERSION}_${OS}_${ARCH}.tar.gz -nv -O - | tar -xz

####
# gotestsum
# gosec
####
FROM alpine:${ALPINE_VERSION} AS gosec
RUN apk add --no-cache \
Expand Down

0 comments on commit 4ee3be5

Please sign in to comment.