Skip to content

Commit 10328a9

Browse files
dependabot[bot]kruton
authored andcommitted
build(deps): bump python in /src/test/resources/asyncssh-server
Bumps python from 3.13-slim-bookworm to 3.14-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim-bookworm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6987253 commit 10328a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/resources/asyncssh-server/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-slim-bookworm AS builder
1+
FROM python:3.14-slim-bookworm AS builder
22
RUN apt-get update && \
33
apt-get install -y gcc openssh-server && \
44
apt-get clean
@@ -8,7 +8,7 @@ RUN pip install --user -r requirements.txt
88
RUN mkdir -p /app/etc/ssh && ssh-keygen -A -f /app
99
COPY . /app
1010

11-
FROM python:3.13-slim-bookworm AS app
11+
FROM python:3.14-slim-bookworm AS app
1212
COPY --from=builder /app/etc/ssh /app/etc/ssh
1313
COPY --from=builder /root/.local /app/.local
1414
COPY --from=builder /app/server.py /app/server.py

0 commit comments

Comments
 (0)