Skip to content

Commit

Permalink
Move to bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Aug 24, 2023
1 parent 274fe41 commit 5f1917e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile.debian
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG GIT_COMMIT=unknown
FROM golang:1.21.0-buster as builder
FROM golang:1.21.0-bullseye as builder
ARG GIT_COMMIT
WORKDIR /siderite
COPY go.mod .
Expand All @@ -12,8 +12,7 @@ RUN go mod download
COPY . .
RUN GIT_COMMIT=$GIT_COMMIT go build -ldflags "-X github.com/philips-labs/siderite/cmd.GitCommit=${GIT_COMMIT}"

FROM golang:1.20.5-buster
LABEL maintainer="andy.lo-a-foe@philips.com"
FROM golang:1.21.0-bullseye
WORKDIR /app
COPY --from=builder /siderite/siderite /app
ENTRYPOINT ["/app/siderite","runner"]

0 comments on commit 5f1917e

Please sign in to comment.