Merge pull request 'Update golang Docker tag to v1.17.3' (#36) from renovate/docker-images into main
All checks were successful
continuous-integration/woodpecker the build was successful

Reviewed-on: #36
This commit is contained in:
Samuel Philipp 2021-11-07 17:37:33 +00:00
commit 416c06b77c

View file

@ -1,5 +1,5 @@
# STEP 1 build executable binary
FROM golang:1.17.2-alpine3.13@sha256:faf63e91d864ea9cf6a9ddb128add407524d6c305d339293bdf536c7bdfe934d AS builder
FROM golang:1.17.3-alpine3.13@sha256:8840854a5cd71bd57711fa5d80fe5c727b4f96ad039a0f62b25cc9d2e3cc2886 AS builder
ENV FILTRON_VERSION="v0.2.0"