We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00c839 commit 94cc5f7Copy full SHA for 94cc5f7
CHANGELOG.md
@@ -23,7 +23,7 @@ The following emojis are used to highlight certain changes:
23
24
### Security
25
26
-## [v0.5.1]
+## [v0.5.2]
27
28
### Changed
29
Dockerfile
@@ -1,5 +1,5 @@
1
# Builder
2
-FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22-bookworm AS builder
+FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23-bookworm AS builder
3
4
LABEL org.opencontainers.image.source=https://github.com/ipfs/someguy
5
LABEL org.opencontainers.image.documentation=https://github.com/ipfs/someguy#docker
version.json
@@ -1,3 +1,3 @@
{
- "version": "v0.5.1"
+ "version": "v0.5.2"
}
0 commit comments