mirror of
https://github.com/postmannen/ctrl.git
synced 2025-03-15 10:57:42 +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
|
# 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 apk --no-cache add build-base git gcc
|
||||||
|
|
||||||
RUN mkdir -p /build
|
RUN mkdir -p /build
|
||||||
COPY ./steward /build/
|
COPY ./ /build/
|
||||||
|
|
||||||
WORKDIR /build/cmd/steward/
|
WORKDIR /build/cmd/steward/
|
||||||
RUN go version
|
RUN go version
|
||||||
|
|
Loading…
Add table
Reference in a new issue