Skip to content

Commit

Permalink
Merge pull request #223 from alphaX86/tag-up
Browse files Browse the repository at this point in the history
Bump tags for CVE fix
  • Loading branch information
leecalcote authored Dec 31, 2021
2 parents 7c5788f + abcd0f7 commit 0367461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM golang:1.16 as bd
FROM golang:1.17 as bd
ARG VERSION
ARG GIT_COMMITSHA
WORKDIR /github.com/layer5io/meshery-consul
ADD . .
RUN GOPROXY=direct GOSUMDB=off go build -ldflags="-w -s -X main.version=$VERSION -X main.gitsha=$GIT_COMMITSHA" -a -o /meshery-consul .
RUN find . -name "*.go" -type f -delete; mv consul /

FROM alpine
FROM alpine:3.15
RUN addgroup -S appgroup && adduser -S appuser -G appgroup
RUN apk --update add ca-certificates && \
mkdir /lib64 && \
Expand Down

0 comments on commit 0367461

Please sign in to comment.