mirror of
https://github.com/creekorful/bathyscaphe
synced 2024-11-19 15:25:44 +00:00
Bump Go version to 1.14.7
This commit is contained in:
parent
1413680121
commit
98bd85e0c4
@ -1,5 +1,5 @@
|
||||
# build image
|
||||
FROM golang:1.14.0-alpine as builder
|
||||
FROM golang:1.14.7-alpine as builder
|
||||
|
||||
RUN apk update && apk upgrade && \
|
||||
apk add --no-cache bash git openssh
|
||||
|
@ -1,5 +1,5 @@
|
||||
# build image
|
||||
FROM golang:1.14.0-alpine as builder
|
||||
FROM golang:1.14.7-alpine as builder
|
||||
|
||||
RUN apk update && apk upgrade && \
|
||||
apk add --no-cache bash git openssh
|
||||
|
@ -1,5 +1,5 @@
|
||||
# build image
|
||||
FROM golang:1.14.0-alpine as builder
|
||||
FROM golang:1.14.7-alpine as builder
|
||||
|
||||
RUN apk update && apk upgrade && \
|
||||
apk add --no-cache bash git openssh
|
||||
|
@ -1,5 +1,5 @@
|
||||
# build image
|
||||
FROM golang:1.14.0-alpine as builder
|
||||
FROM golang:1.14.7-alpine as builder
|
||||
|
||||
RUN apk update && apk upgrade && \
|
||||
apk add --no-cache bash git openssh
|
||||
|
@ -1,5 +1,5 @@
|
||||
# build image
|
||||
FROM golang:1.14.0-alpine as builder
|
||||
FROM golang:1.14.7-alpine as builder
|
||||
|
||||
RUN apk update && apk upgrade && \
|
||||
apk add --no-cache bash git openssh
|
||||
|
Loading…
Reference in New Issue
Block a user