Skip to content

Commit fb454e8

Browse files
Update python Docker tag to v3.14.2 (#720)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1f6b7ff commit fb454e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22
# check=skip=SecretsUsedInArgOrEnv
33

4-
FROM python:3.14.1-alpine3.22
4+
FROM python:3.14.2-alpine3.22
55
ENV LANG=C.UTF-8
66

77
RUN apk add --no-cache curl libpq postgresql-dev

0 commit comments

Comments
 (0)