Skip to content

Commit

Permalink
use bullseye for build
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-gaitzsch authored Nov 14, 2023
1 parent f5cfe80 commit 25415e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.unprivileged
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang as build-service
FROM golang:bullseye as build-service
WORKDIR /build
COPY . .
RUN go build -o pdf-turtle
Expand Down

0 comments on commit 25415e1

Please sign in to comment.