Skip to content

Commit

Permalink
Update to Debian Bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
praseodym authored Jul 24, 2023
1 parent 032e114 commit cd77198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM golang AS builder
FROM golang:bookworm AS builder
WORKDIR /src
COPY . .
RUN go mod download
RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go install

FROM ghcr.io/wisvch/debian:bullseye-slim
FROM debian:bookworm-slim
WORKDIR /srv
COPY --from=builder /go/bin/mand /srv
COPY ./web /srv/web
Expand Down

0 comments on commit cd77198

Please sign in to comment.