Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Commit

Permalink
Auto update golang version in Dockerfile to :1.14.2-alpine.
Browse files Browse the repository at this point in the history
  • Loading branch information
030 committed Apr 9, 2020
1 parent 629d937 commit 39aef88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13.10-alpine as builder
FROM golang:1.14.2-alpine as builder
COPY main.go go.mod go.sum ./go-yq/
WORKDIR go-yq
RUN adduser -D -g '' go-yq && \
Expand Down

0 comments on commit 39aef88

Please sign in to comment.