Skip to content

Commit fd4ca03

Browse files
authored
revert: "chore(internal/gapicgen): update base image (googleapis#12388)" (googleapis#12395)
This reverts commit 66e4548. More changes are required for this to work correctly. This will be reenstated in a future PR with some other changes as well. Internal Bug: 422147709
1 parent bf74408 commit fd4ca03

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

internal/gapicgen/cmd/genbot/Dockerfile

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
1-
FROM marketplace.gcr.io/google/debian12:latest
2-
3-
# Set environment variables for the Go version and installation
4-
ENV GO_VERSION 1.23.0
5-
ENV PATH /usr/local/go/bin:$PATH
6-
7-
RUN apt-get update && \
8-
apt-get install -y wget ca-certificates && \
9-
rm -rf /var/lib/apt/lists/*
10-
11-
RUN wget https://go.dev/dl/go${GO_VERSION}.linux-amd64.tar.gz -O go.tar.gz && \
12-
tar -C /usr/local -xzf go.tar.gz && \
13-
rm go.tar.gz
14-
1+
FROM golang:1.23-alpine as godist
152
RUN go version
163

174
FROM docker:25.0

0 commit comments

Comments
 (0)