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

Commit 2c966d6

Browse files
authored
Merge pull request #28 from nscuro/renovate/golang-1.x
Update golang Docker tag to v1.17.6
2 parents 7bd7612 + 63a4efd commit 2c966d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.17.5-alpine as build
1+
FROM golang:1.17.6-alpine as build
22
RUN apk --no-cache add build-base gcc git
33
WORKDIR /opt/fdnssearch
44
COPY . .

0 commit comments

Comments
 (0)