Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.23
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 26, 2024
1 parent ab6e559 commit e956595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Stage 1: Build Rosetta
# Outputs: binary @ /rosetta/rosetta
#---------------------------------------------------------------------
FROM golang:1.19-bookworm as builder
FROM golang:1.23-bookworm as builder
WORKDIR /rosetta

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

0 comments on commit e956595

Please sign in to comment.