Skip to content

Commit

Permalink
Merge pull request #74 from cisagov/bugfix/fix-failing-build
Browse files Browse the repository at this point in the history
Upgrade to the latest version of Python3 available from the package manager
  • Loading branch information
jsf9k committed Apr 29, 2024
2 parents 6d44536 + de93057 commit ed1e735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apk --update --no-cache --quiet upgrade
# longer install times.
###
ENV DEPS \
python3=3.10.13-r0
python3=3.10.14-r1
RUN apk --no-cache --quiet add ${DEPS}

###
Expand Down

0 comments on commit ed1e735

Please sign in to comment.