Merge pull request #169 from dagger/pin-go-version
dockerfile: pin go version
This commit is contained in:
commit
78236470f7
@ -1,6 +1,6 @@
|
||||
# syntax = docker/dockerfile:1.2
|
||||
|
||||
FROM golang:1.16-alpine AS build
|
||||
FROM golang:1.16.1-alpine AS build
|
||||
WORKDIR /src
|
||||
RUN apk add --no-cache file
|
||||
RUN --mount=target=. --mount=target=/root/.cache,type=cache \
|
||||
|
Reference in New Issue
Block a user