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

chore(deps): update golang docker tag to v1.17.5
This commit is contained in:
Dawid Wysokiński 2021-12-09 19:39:26 +01:00 committed by GitHub
commit 01b1fdb5ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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