Skip to content

Commit

Permalink
set bookworm image
Browse files Browse the repository at this point in the history
  • Loading branch information
morphy2k committed Aug 31, 2023
1 parent 1eae412 commit 5154eda
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.21.0-bullseye as build-env
FROM golang:1.21.0-bookworm as build-env

WORKDIR /tmp/github.com/tarkov-database/rest-api
COPY . .
Expand All @@ -7,7 +7,7 @@ RUN make bin && \
mkdir -p /usr/share/tarkov-database/rest-api && \
mv -t /usr/share/tarkov-database/rest-api apiserver

FROM gcr.io/distroless/base-debian11
FROM gcr.io/distroless/base-debian12

LABEL homepage="https://tarkov-database.com"
LABEL repository="https://github.com/tarkov-database/rest-api"
Expand Down

0 comments on commit 5154eda

Please sign in to comment.