Skip to content

Commit

Permalink
Dockefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gertd committed Nov 18, 2022
1 parent 1a992f5 commit 0ceaca4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM golang:1.17-alpine AS build-dev
ARG GO_VERSION
FROM golang:$GO_VERSION-alpine AS build-dev
RUN apk add --no-cache bash build-base git tree curl protobuf openssh
WORKDIR /src

Expand Down

0 comments on commit 0ceaca4

Please sign in to comment.