Skip to content

Commit 546e33e

Browse files
Update python:3.14-slim-trixie Docker digest to 072ffcb
Update python Change-type: patch
1 parent 8bd8b63 commit 546e33e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN set -x; arch=$(echo ${TARGETARCH} | sed 's/amd/x/g') \
1616
&& wget -qO- "https://github.com/balena-io/balena-cli/releases/download/${BALENA_CLI_VERSION}/balena-cli-${BALENA_CLI_VERSION}-linux-${arch}-standalone.tar.gz" | tar -xzf -
1717

1818
# --- build Python venv
19-
FROM python:3.14-slim-trixie@sha256:7a500125bc50693f2214e842a621440a1b1b9cbb2188f74ab045d29ed2ea5856 AS python-build
19+
FROM python:3.14-slim-trixie@sha256:072ffcb57bab690052d9b695592d811a42b849e8ef254ced334a28f283d5f76a AS python-build
2020

2121
WORKDIR /opt
2222

@@ -31,7 +31,7 @@ COPY requirements.txt .
3131
RUN pip install --no-cache-dir -r requirements.txt
3232

3333
# --- runtime
34-
FROM python:3.14-slim-trixie@sha256:7a500125bc50693f2214e842a621440a1b1b9cbb2188f74ab045d29ed2ea5856 AS runtime
34+
FROM python:3.14-slim-trixie@sha256:072ffcb57bab690052d9b695592d811a42b849e8ef254ced334a28f283d5f76a AS runtime
3535

3636
ENV VIRTUAL_ENV=/opt/venv
3737

0 commit comments

Comments
 (0)