Merge branch 'dependabot-docker-golang-1.17.5' into 'master'

chore(deps): bump golang from 1.17.4 to 1.17.5

See merge request unboundsoftware/cron-checker!14
This commit was merged in pull request #17.
This commit is contained in:
2021-12-10 06:43:34 +00:00
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.17.4 as build
FROM golang:1.17.5 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build