Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Jan 2, 2025
1 parent 4dd64ce commit 9cd63b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ DEBIAN_CODENAME = bookworm
OPENSSL_VERSION = 3.0.9
OPENSSL_VERSION_SUFFIX = ak-fips
# https://www.python.org/doc/versions/
PYTHON_VERSION = 3.13.0
PYTHON_VERSION = 3.13.1
PYTHON_VERSION_TAG = ak-fips-${COMMIT}
# https://www.aleksey.com/xmlsec/
XMLSEC_VERSION = 1.3.5
XMLSEC_VERSION = 1.3.6

all: debian-fips xmlsec1-fips python-fips python-fips-full

Expand Down
2 changes: 1 addition & 1 deletion python-fips-full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN pip install --no-cache cffi && \
libltdl-dev && \
curl https://sh.rustup.rs -sSf | sh -s -- -y && \
. "$HOME/.cargo/env" && \
pip wheel -w ${wheel_output_dir} --no-cache --no-binary :all: -r /build/requirements.txt
pip wheel -vvv -w ${wheel_output_dir} --no-cache --no-binary :all: -r /build/requirements.txt

FROM ${BUILD_IMAGE}

Expand Down

0 comments on commit 9cd63b5

Please sign in to comment.