Skip to content

Commit

Permalink
Merge pull request #766 from GoogleCloudPlatform/dependabot/docker/cu…
Browse files Browse the repository at this point in the history
…stom-metrics-stackdriver-adapter/golang-1.23-alpine

Bump golang from 1.22-alpine to 1.23-alpine in /custom-metrics-stackdriver-adapter
  • Loading branch information
CatherineF-dev authored Sep 10, 2024
2 parents 1e0f510 + bb77521 commit fafabe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom-metrics-stackdriver-adapter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.22-alpine as builder
FROM golang:1.23-alpine as builder
WORKDIR ${GOPATH}/src/github.com/GoogleCloudPlatform/k8s-stackdriver/custom-metrics-stackdriver-adapter
COPY . ./
RUN CGO_ENABLED=0 GOOS=linux go build -mod=readonly -o /adapter
Expand Down

0 comments on commit fafabe5

Please sign in to comment.