diff --git a/Dockerfile b/Dockerfile index b6b1d6b..5689c4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" @@ -39,4 +39,4 @@ VOLUME $DATA_PATH WORKDIR $DATA_PATH USER ipfs -ENTRYPOINT ["tini", "--", "/usr/local/bin/ipfs-check", "start"] \ No newline at end of file +ENTRYPOINT ["tini", "--", "/usr/local/bin/ipfs-check", "start"]