Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Commit 2fe03a7

Browse files
committed
Update go version in the API and DB dockerfile
Update the go version from golang:1.22.3-alpine3.18 to golang:1.23-alpine3.20 Signed-off-by: Shiv Verma <shverma@redhat.com>
1 parent 21abe33 commit 2fe03a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/api.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.22.3-alpine3.18 AS builder
1+
FROM --platform=$BUILDPLATFORM golang:1.23-alpine3.20 AS builder
22

33
WORKDIR /go/src/github.com/tektoncd/hub
44
COPY . .

images/db.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.22.3-alpine3.18 AS builder
1+
FROM --platform=$BUILDPLATFORM golang:1.23-alpine3.20 AS builder
22

33
WORKDIR /go/src/github.com/tektoncd/hub
44
COPY . .

0 commit comments

Comments
 (0)