Skip to content

Commit

Permalink
Updating docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
franmoore05 committed Feb 12, 2024
1 parent d42f501 commit 6ae3f99
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-local
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.local
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion ci/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ci/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ci/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ae3f99

Please sign in to comment.