Skip to content

Commit

Permalink
feat: Update docker version in docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
tubadzin committed Jan 13, 2025
1 parent 427cd13 commit 70f8f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN jlink \
--compress=2

# Step 2: Install the toolbox + external dependencies to a runner container
FROM debian:bullseye-slim AS runner
FROM debian:bookworm-slim AS runner
WORKDIR /app

COPY scripts scripts
Expand Down

0 comments on commit 70f8f17

Please sign in to comment.