mirror of
https://github.com/prymitive/karma
synced 2026-05-23 04:42:58 +00:00
chore(deps): update golang docker tag to v1.15.2
This commit is contained in:
committed by
Łukasz Mierzwa
parent
a3a42dd8e1
commit
49b3fd7b6d
@@ -7,7 +7,7 @@ RUN apk add make git
|
||||
COPY ui /src/ui
|
||||
RUN make -C /src/ui build
|
||||
|
||||
FROM golang:1.15.1-alpine as go-builder
|
||||
FROM golang:1.15.2-alpine as go-builder
|
||||
RUN apk add make git
|
||||
COPY Makefile /src/Makefile
|
||||
COPY make /src/make
|
||||
|
||||
@@ -7,7 +7,7 @@ RUN apk add make git
|
||||
COPY ui /src/ui
|
||||
RUN make -C /src/ui build
|
||||
|
||||
FROM golang:1.15.1-alpine as go-builder
|
||||
FROM golang:1.15.2-alpine as go-builder
|
||||
RUN apk add make git
|
||||
COPY Makefile /src/Makefile
|
||||
COPY make /src/make
|
||||
|
||||
Reference in New Issue
Block a user