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

Commit

Permalink
Merge pull request #7 from nscuro/renovate/docker-golang-1.x
Browse files Browse the repository at this point in the history
Update golang Docker tag to v1.15
  • Loading branch information
nscuro committed Aug 28, 2020
2 parents 25dd9d1 + 06fe237 commit a0f1d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14-alpine as build
FROM golang:1.15-alpine as build
RUN apk --no-cache add build-base gcc git
WORKDIR /opt/fdnssearch
COPY . .
Expand Down

0 comments on commit a0f1d0c

Please sign in to comment.