Skip to content

Commit

Permalink
fix(ci): docker in go1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Aug 30, 2024
1 parent ace7077 commit f8e13e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.21-bookworm AS builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22-bookworm AS builder

LABEL org.opencontainers.image.source=https://github.com/ipfs/ipfs-check
LABEL org.opencontainers.image.description="Check if you can find your content on IPFS"
Expand Down Expand Up @@ -39,4 +39,4 @@ VOLUME $DATA_PATH
WORKDIR $DATA_PATH

USER ipfs
ENTRYPOINT ["tini", "--", "/usr/local/bin/ipfs-check", "start"]
ENTRYPOINT ["tini", "--", "/usr/local/bin/ipfs-check", "start"]

0 comments on commit f8e13e9

Please sign in to comment.