From 256e651c7c18f0d25269abc5455d5e9a2b270be3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 11 Feb 2022 02:08:09 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.17.7 --- build/cron/Dockerfile | 2 +- build/dataupdater/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/cron/Dockerfile b/build/cron/Dockerfile index 801368f..fdb45c4 100644 --- a/build/cron/Dockerfile +++ b/build/cron/Dockerfile @@ -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 diff --git a/build/dataupdater/Dockerfile b/build/dataupdater/Dockerfile index c3c695c..39eba10 100644 --- a/build/dataupdater/Dockerfile +++ b/build/dataupdater/Dockerfile @@ -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