Skip to content

Commit

Permalink
fix: use proper debian distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
thoas committed Dec 13, 2024
1 parent b97f25f commit ecb32a1
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,4 +1,4 @@
FROM golang:1.23-bookworm as builder
FROM golang:1.23-bookworm AS builder
LABEL stage=builder

ENV REPO=thoas/picfit
Expand All @@ -11,7 +11,7 @@ RUN make docker-build-static && mv bin/picfit /picfit

###

FROM debian:buster-slim
FROM debian:bookworm-slim

RUN apt-get update && apt-get install -y ca-certificates

Expand Down

0 comments on commit ecb32a1

Please sign in to comment.