From 6ae3f9944e097ea02f2be17328002c5485d9c687 Mon Sep 17 00:00:00 2001 From: fran moore Date: Mon, 12 Feb 2024 11:06:58 +0000 Subject: [PATCH] Updating docker image --- Dockerfile-local | 2 +- Dockerfile.local | 2 +- ci/build.yml | 2 +- ci/lint.yml | 2 +- ci/unit.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile-local b/Dockerfile-local index 06585475..04028116 100644 --- a/Dockerfile-local +++ b/Dockerfile-local @@ -1,4 +1,4 @@ -FROM golang:1.21.5-bullseye as build +FROM golang:1.21.7-bullseye as build RUN apt-get update && apt-get upgrade -y diff --git a/Dockerfile.local b/Dockerfile.local index 7624fe98..cf43b239 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -1,4 +1,4 @@ -FROM golang:1.21.5-bullseye as build +FROM golang:1.21.7-bullseye as build ENV GOCACHE=/go/.go/cache GOPATH=/go/.go/path TZ=Europe/London diff --git a/ci/build.yml b/ci/build.yml index 56e2b2dc..bb74d7b7 100644 --- a/ci/build.yml +++ b/ci/build.yml @@ -6,7 +6,7 @@ image_resource: type: docker-image source: repository: golang - tag: 1.21.5-bullseye + tag: 1.21.7-bullseye inputs: - name: dp-dataset-api diff --git a/ci/lint.yml b/ci/lint.yml index 4e019c0f..843ca272 100644 --- a/ci/lint.yml +++ b/ci/lint.yml @@ -6,7 +6,7 @@ image_resource: type: docker-image source: repository: golang - tag: 1.21.5-bullseye + tag: 1.21.7-bullseye inputs: - name: dp-dataset-api diff --git a/ci/unit.yml b/ci/unit.yml index 15dba240..bebff762 100644 --- a/ci/unit.yml +++ b/ci/unit.yml @@ -6,7 +6,7 @@ image_resource: type: docker-image source: repository: golang - tag: 1.21.5-bullseye + tag: 1.21.7-bullseye inputs: - name: dp-dataset-api