chore(deps): update golang docker tag to v1.17.5

This commit is contained in:
Renovate Bot 2021-12-09 18:15:45 +00:00
parent 3f89bae9b9
commit 5e62469305
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with 1 additions and 1 deletions

View File

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