Move to alpine
All checks were successful
Build Docker image / test (push) Successful in 2m24s
Build Docker image / build (push) Successful in 5m31s

This commit is contained in:
Roman Krček
2024-08-04 19:02:47 +02:00
parent 839950884b
commit 43df509be2
3 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.11-slim AS base
FROM python:3.11-alpine AS base
LABEL maintainer="Roman Krček"
WORKDIR /app