Skip to content

Commit

Permalink
Fix Debian build
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Aug 24, 2023
1 parent 5ebe12a commit 274fe41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG GIT_COMMIT=unknown
FROM golang:1.20.5-buster as builder
FROM golang:1.21.0-buster as builder
ARG GIT_COMMIT
WORKDIR /siderite
COPY go.mod .
Expand Down

0 comments on commit 274fe41

Please sign in to comment.