Update Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Emma Arnold 2026-04-11 11:45:31 +00:00
parent ff4d035d4f
commit b9bea866a3

View File

@ -1,5 +1,5 @@
# Base-Image # Base-Image
FROM alpine3.20 AS build-env FROM alpine AS build-env
# Pakete installieren # Pakete installieren
RUN apt-get update RUN apt-get update