Skip to content

Commit

Permalink
using minimal image instead
Browse files Browse the repository at this point in the history
  • Loading branch information
aki-mizu committed Dec 3, 2024
1 parent d528ca4 commit 589bef6
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,5 +1,5 @@
# Use the official Ubuntu 24.04 image as the base image
FROM ubuntu:24.04
# Build Stage with a minimal image
FROM debian:bullseye-slim AS builder

# Set the working directory
WORKDIR /usr/src/app
Expand Down

0 comments on commit 589bef6

Please sign in to comment.