Skip to content

Commit 94cc5f7

Browse files
committed
chore: release v0.5.2
same as 0.5.1 but with fixed docker image
1 parent a00c839 commit 94cc5f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following emojis are used to highlight certain changes:
2323

2424
### Security
2525

26-
## [v0.5.1]
26+
## [v0.5.2]
2727

2828
### Changed
2929

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Builder
2-
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22-bookworm AS builder
2+
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23-bookworm AS builder
33

44
LABEL org.opencontainers.image.source=https://github.com/ipfs/someguy
55
LABEL org.opencontainers.image.documentation=https://github.com/ipfs/someguy#docker

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v0.5.1"
2+
"version": "v0.5.2"
33
}

0 commit comments

Comments
 (0)