Skip to content

Commit

Permalink
Upgrade tags
Browse files Browse the repository at this point in the history
Signed-off-by: Aadhitya A <[email protected]>
  • Loading branch information
alphaX86 committed Dec 21, 2021
1 parent 11ecae6 commit abcd0f7
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 abcd0f7

Please sign in to comment.