Skip to content

Commit

Permalink
chore: release v0.5.2
Browse files Browse the repository at this point in the history
same as 0.5.1 but with fixed docker image
  • Loading branch information
lidel committed Oct 23, 2024
1 parent a00c839 commit 94cc5f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The following emojis are used to highlight certain changes:

### Security

## [v0.5.1]
## [v0.5.2]

### Changed

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v0.5.1"
"version": "v0.5.2"
}

0 comments on commit 94cc5f7

Please sign in to comment.