mirror of
https://github.com/prymitive/karma
synced 2026-05-19 04:26:41 +00:00
fix(docker): use alpine 3.12 for Go docker
This commit is contained in:
committed by
Łukasz Mierzwa
parent
f2cc599a40
commit
026b955ba1
@@ -6,7 +6,7 @@ RUN apk add make git
|
||||
COPY ui /src/ui
|
||||
RUN make -C /src/ui build
|
||||
|
||||
FROM golang:1.14.4-alpine3.11 as go-builder
|
||||
FROM golang:1.14.4-alpine3.12 as go-builder
|
||||
RUN apk add make git
|
||||
COPY Makefile /src/Makefile
|
||||
COPY make /src/make
|
||||
|
||||
@@ -6,7 +6,7 @@ RUN apk add make git
|
||||
COPY ui /src/ui
|
||||
RUN make -C /src/ui build
|
||||
|
||||
FROM golang:1.14.4-alpine3.11 as go-builder
|
||||
FROM golang:1.14.4-alpine3.12 as go-builder
|
||||
RUN apk add make git
|
||||
COPY Makefile /src/Makefile
|
||||
COPY make /src/make
|
||||
|
||||
Reference in New Issue
Block a user