diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a012a2..6536ed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ The following emojis are used to highlight certain changes: ### Security -## [v0.5.1] +## [v0.5.2] ### Changed diff --git a/Dockerfile b/Dockerfile index a9f4d85..d941c5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Builder -FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22-bookworm AS builder +FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23-bookworm AS builder LABEL org.opencontainers.image.source=https://github.com/ipfs/someguy LABEL org.opencontainers.image.documentation=https://github.com/ipfs/someguy#docker diff --git a/version.json b/version.json index 4ab5086..cdebeab 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v0.5.1" + "version": "v0.5.2" }