Skip to content

Commit d542121

Browse files
authored
Merge pull request #49 from jcostom/dependabot/docker/python-3.14.3-slim-bookworm
Bump python from 3.14.2-slim-bookworm to 3.14.3-slim-bookworm
2 parents ca9ad02 + a11568c commit d542121

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
@@ -1,10 +1,10 @@
1-
FROM python:3.14.2-slim-bookworm AS builder
1+
FROM python:3.14.3-slim-bookworm AS builder
22

33
ARG TZ=America/New_York
44
RUN apt update && apt -yq install gcc make
55
RUN pip install requests
66

7-
FROM python:3.14.2-slim-bookworm
7+
FROM python:3.14.3-slim-bookworm
88

99
ARG TZ=America/New_York
1010
ARG PYVER=3.14

0 commit comments

Comments
 (0)