Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

Commit

Permalink
Update base image to bookworm #40
Browse files Browse the repository at this point in the history
ref DEV-1251
  • Loading branch information
tung2744 authored May 3, 2024
2 parents fee3e0b + ada1967 commit 046665e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
**/.git
authgear-nft-indexer.yaml
4 changes: 2 additions & 2 deletions cmd/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build Stage
FROM golang:1.21.9-bullseye as builder
FROM golang:1.21.9-bookworm as builder

ARG GIT_HASH
WORKDIR /src
Expand All @@ -9,7 +9,7 @@ COPY . .
RUN make build BIN_NAME=server TARGET=server GIT_HASH=$GIT_HASH

# Runtime Stage
FROM debian:bullseye-20220801-slim
FROM debian:bookworm-slim
ARG GIT_HASH
WORKDIR /app

Expand Down

0 comments on commit 046665e

Please sign in to comment.