Skip to content

Commit 3092127

Browse files
authored
Merge pull request #35524 from dims/bump-go-in-images/builder-to-trigger-image-build
Bump go in images/builder to trigger image build (drop version number for alpine as well)
2 parents 53cff94 + 16292c9 commit 3092127

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM google/cloud-sdk:491.0.0-alpine
15+
FROM google/cloud-sdk:alpine
1616
COPY builder run.sh /
1717
CMD ["/run.sh"]

images/builder/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121
dir: images/builder
2222
substitutions:
2323
_GIT_TAG: '12345'
24-
_GO_VERSION: '1.23'
24+
_GO_VERSION: '1.24'
2525
images:
2626
- 'gcr.io/$PROJECT_ID/image-builder:$_GIT_TAG'
2727
- 'gcr.io/$PROJECT_ID/image-builder:latest'

0 commit comments

Comments
 (0)