mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-22 03:31:41 +00:00
Build Docker images using Go 1.17
This commit is contained in:
parent
fe5050c0a5
commit
cf42ae6064
@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/golang:1.15-alpine AS base
|
FROM docker.io/golang:1.17-alpine AS base
|
||||||
|
|
||||||
RUN apk --update --no-cache add bash build-base
|
RUN apk --update --no-cache add bash build-base
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/golang:1.15-alpine AS base
|
FROM docker.io/golang:1.17-alpine AS base
|
||||||
|
|
||||||
RUN apk --update --no-cache add bash build-base
|
RUN apk --update --no-cache add bash build-base
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user