mirror of
https://github.com/postmannen/ctrl.git
synced 2024-12-14 12:37:31 +00:00
Updated Dockerfile
This commit is contained in:
parent
f2f7be5c11
commit
38462d7310
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
# build stage
|
||||
FROM golang:1.17.0-alpine AS build-env
|
||||
FROM golang:1.17.7-alpine AS build-env
|
||||
RUN apk --no-cache add build-base git gcc
|
||||
|
||||
RUN mkdir -p /build
|
||||
COPY ./steward /build/
|
||||
COPY ./ /build/
|
||||
|
||||
WORKDIR /build/cmd/steward/
|
||||
RUN go version
|
||||
|
|
Loading…
Reference in a new issue