Skip to content

Commit 55630e8

Browse files
committed
try pinning docker image to sha
Signed-off-by: Bradley Reynolds <[email protected]>
1 parent 0bd2762 commit 55630e8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 python:slim-bullseye
1+
FROM --platform=linux/amd64 python:3.11-slim@sha256:66e41d125c90d679ad69b264ac7b78a3bd27e7510b63ba5987ad42678bbefc32
22

33
# Set Git SHA environment variable
44
ARG git_sha="development"

docs/source/changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Changelog
55
=========
66

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+
710
- :release:`1.4.0 <20th February 2023>`
811
- :feature:`13` Actually add ``GIT_SHA`` to ``Dockerfile``
912

src/api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Public API for our projects"""
22

3-
__version__ = "1.4.0"
3+
__version__ = "1.5.0"

0 commit comments

Comments
 (0)