From 209406d33ac60e2a4f2ae607578b4f26a73f73f8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 13 Apr 2022 03:17:07 +0000 Subject: [PATCH] chore(deps): update dependency golang to v1.18.1 --- 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 d3c3829..a9b4546 100644 --- a/build/cron/Dockerfile +++ b/build/cron/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.17.8-alpine as builder +FROM golang:1.18.1-alpine as builder # Set the Current Working Directory inside the container WORKDIR /app diff --git a/build/dataupdater/Dockerfile b/build/dataupdater/Dockerfile index c4b569b..cce10e6 100644 --- a/build/dataupdater/Dockerfile +++ b/build/dataupdater/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.17.8-alpine as builder +FROM golang:1.18.1-alpine as builder # Set the Current Working Directory inside the container WORKDIR /app