Skip to content

Commit

Permalink
chore: golang 1.21 docker base image
Browse files Browse the repository at this point in the history
  • Loading branch information
ns4plabs authored and hacdias committed Feb 12, 2024
1 parent 41b884a commit 3a97b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.20-bullseye AS builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.21-bullseye AS builder

LABEL org.opencontainers.image.source=https://github.com/ipfs/rainbow
LABEL org.opencontainers.image.description="A stand-alone IPFS Gateway"
Expand Down

0 comments on commit 3a97b38

Please sign in to comment.