We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd2762 commit 55630e8Copy full SHA for 55630e8
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=linux/amd64 python:slim-bullseye
+FROM --platform=linux/amd64 python:3.11-slim@sha256:66e41d125c90d679ad69b264ac7b78a3bd27e7510b63ba5987ad42678bbefc32
2
3
# Set Git SHA environment variable
4
ARG git_sha="development"
docs/source/changelog.rst
@@ -4,6 +4,9 @@
Changelog
5
=========
6
7
+- :release:`1.5.0 <28th February 2023>`
8
+- :feature:`17` Pin the Docker image to a specific SHA-256 digest to help with reproducible builds
9
+
10
- :release:`1.4.0 <20th February 2023>`
11
- :feature:`13` Actually add ``GIT_SHA`` to ``Dockerfile``
12
src/api/__init__.py
@@ -1,3 +1,3 @@
"""Public API for our projects"""
-__version__ = "1.4.0"
+__version__ = "1.5.0"
0 commit comments