Skip to content

Commit

Permalink
smaller base image
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelSiidorow committed May 3, 2024
1 parent 74064f4 commit c8cef8e
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
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM python:3.12.3-slim-bookworm as base
FROM python:3.12.3-alpine3.19 as base

# Setup ENV variables here (if needed in the future)

Expand Down

0 comments on commit c8cef8e

Please sign in to comment.