Skip to content

Commit ed1e735

Browse files
authored
Merge pull request #74 from cisagov/bugfix/fix-failing-build
Upgrade to the latest version of Python3 available from the package manager
2 parents 6d44536 + de93057 commit ed1e735

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
@@ -31,7 +31,7 @@ RUN apk --update --no-cache --quiet upgrade
3131
# longer install times.
3232
###
3333
ENV DEPS \
34-
python3=3.10.13-r0
34+
python3=3.10.14-r1
3535
RUN apk --no-cache --quiet add ${DEPS}
3636

3737
###

0 commit comments

Comments
 (0)