Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit 0df0d1d

Browse files
chore(deps): update golang docker tag to v1.23
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ab6e559 commit 0df0d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# Stage 1: Build Rosetta
2323
# Outputs: binary @ /rosetta/rosetta
2424
#---------------------------------------------------------------------
25-
FROM golang:1.19-bookworm as builder
25+
FROM golang:1.23-bookworm as builder
2626
WORKDIR /rosetta
2727

2828
RUN headers_package="linux-headers-$(dpkg --print-architecture)" && \

0 commit comments

Comments
 (0)