From 3a58b692a5077a9a3a942c11ac9f32630e9b5ba6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 9 Dec 2021 18:38:57 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.17.5 --- 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 9ef2e68..6961a9c 100644 --- a/build/cron/Dockerfile +++ b/build/cron/Dockerfile @@ -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 diff --git a/build/dataupdater/Dockerfile b/build/dataupdater/Dockerfile index d20910f..139f48f 100644 --- a/build/dataupdater/Dockerfile +++ b/build/dataupdater/Dockerfile @@ -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