diff --git a/build/cron/Dockerfile b/build/cron/Dockerfile index 6961a9c..801368f 100644 --- a/build/cron/Dockerfile +++ b/build/cron/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.17.5-alpine as builder +FROM golang:1.17.6-alpine as builder # Set the Current Working Directory inside the container WORKDIR /app diff --git a/build/dataupdater/Dockerfile b/build/dataupdater/Dockerfile index 139f48f..c3c695c 100644 --- a/build/dataupdater/Dockerfile +++ b/build/dataupdater/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.17.5-alpine as builder +FROM golang:1.17.6-alpine as builder # Set the Current Working Directory inside the container WORKDIR /app