From c797011e76d213b1786528d2edeb26d25f6c0652 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 4 Mar 2022 01:51:49 +0000 Subject: [PATCH] chore(deps): update dependency golang to v1.17.8 --- 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 fdb45c4..d3c3829 100644 --- a/build/cron/Dockerfile +++ b/build/cron/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.17.7-alpine as builder +FROM golang:1.17.8-alpine as builder # Set the Current Working Directory inside the container WORKDIR /app diff --git a/build/dataupdater/Dockerfile b/build/dataupdater/Dockerfile index 39eba10..c4b569b 100644 --- a/build/dataupdater/Dockerfile +++ b/build/dataupdater/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.17.7-alpine as builder +FROM golang:1.17.8-alpine as builder # Set the Current Working Directory inside the container WORKDIR /app