Merge pull request #60 from tribalwarshelp/renovate/golang-1.x

chore(deps): update golang docker tag to v1.17.7
This commit is contained in:
Dawid Wysokiński 2022-02-11 06:52:11 +01:00 committed by GitHub
commit c0b08368d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.17.6-alpine as builder
FROM golang:1.17.7-alpine as builder
# Set the Current Working Directory inside the container
WORKDIR /app