Docker is fun (#6623)

This commit is contained in:
Austin
2025-04-18 10:29:39 -04:00
committed by GitHub
parent 9da141aa8c
commit 64a1cd3f99
2 changed files with 3 additions and 3 deletions

View File

@@ -3,9 +3,9 @@
# trunk-ignore-all(hadolint/DL3002): We must run as root for this container
# trunk-ignore-all(hadolint/DL3008): Do not pin apt package versions
# trunk-ignore-all(hadolint/DL3013): Do not pin pip package versions
ARG PIO_ENV=native
FROM python:3.13-bookworm AS builder
ARG PIO_ENV=native
ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=Etc/UTC