Skip to content

Commit

Permalink
chore(deps): Update golang Docker tag to v1.23.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2025
1 parent 5ef4d43 commit c16d03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.darwin-base
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN UNATTENDED=yes OSX_VERSION_MIN=${OSX_VERSION_MIN} TARGET_DIR=/osxcross ./bui
FROM alpine:3.18

# Install go
COPY --from=golang:1.23.4-alpine /usr/local/go/ /usr/local/go/
COPY --from=golang:1.23.6-alpine /usr/local/go/ /usr/local/go/
ENV PATH="/usr/local/go/bin:${PATH}"

# Setup crossdev
Expand Down

0 comments on commit c16d03d

Please sign in to comment.