Skip to content

Commit

Permalink
Use Go 1.19-bullseye for containers (GoogleCloudPlatform#7557)
Browse files Browse the repository at this point in the history
  • Loading branch information
zli82016 authored Mar 29, 2023
1 parent 1c4f44e commit 0e38305
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ci/containers/downstream-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from golang:1.19-stretch as resource
from golang:1.19-bullseye as resource

SHELL ["/bin/bash", "-c"]

Expand Down
2 changes: 1 addition & 1 deletion .ci/containers/gcb-terraform-vcr-tester/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from golang:1.19-stretch as resource
from golang:1.19-bullseye as resource
SHELL ["/bin/bash", "-c"]
# Set up Github SSH cloning.
RUN ssh-keyscan github.com >> /known_hosts
Expand Down
2 changes: 1 addition & 1 deletion .ci/containers/github-differ/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from golang:1.19-stretch as resource
from golang:1.19-bullseye as resource
SHELL ["/bin/bash", "-c"]

RUN apt-get update
Expand Down
2 changes: 1 addition & 1 deletion .ci/containers/terraform-tester/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from golang:1.19-stretch as resource
from golang:1.19-bullseye as resource
SHELL ["/bin/bash", "-c"]
# Set up Github SSH cloning.
RUN ssh-keyscan github.com >> /known_hosts
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from golang:1.19-stretch as resource
from golang:1.19-bullseye as resource
SHELL ["/bin/bash", "-c"]
# Set up Github SSH cloning.
RUN ssh-keyscan github.com >> /known_hosts
Expand Down
2 changes: 1 addition & 1 deletion .ci/containers/terraform-validator-tester/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from golang:1.19-stretch as resource
from golang:1.19-bullseye as resource
SHELL ["/bin/bash", "-c"]
# Set up Github SSH cloning.
RUN ssh-keyscan github.com >> /known_hosts
Expand Down
2 changes: 1 addition & 1 deletion .ci/containers/terraform-vcr-tester/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from golang:1.19-stretch as resource
from golang:1.19-bullseye as resource
SHELL ["/bin/bash", "-c"]
# Set up Github SSH cloning.
RUN ssh-keyscan github.com >> /known_hosts
Expand Down

0 comments on commit 0e38305

Please sign in to comment.