Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ARG GO_VERSION=1.21.10
ARG DEBIAN_VERSION=bookworm

ARG XX_VERSION=1.4.0
ARG XX_VERSION=1.5.0
ARG OSXCROSS_VERSION=11.3-r7-debian

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@crazy-max should this one also be updated to a newer version? https://hub.docker.com/r/crazymax/osxcross/tags

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't think we need to bump to 14.5 yet but 11.3-r8 would be good.

ARG GOLANGCI_LINT_VERSION=v1.55.2
ARG DEBIAN_FRONTEND=noninteractive
Expand Down