Skip to content

Commit 1d284f8

Browse files
chore(deps): pin dependencies
1 parent d073d00 commit 1d284f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The devcontainer should use the developer target and run as root with podman
22
# or docker with user namespaces.
33
# Version SHA has been removed, see: https://github.com/DiamondLightSource/blueapi/issues/1053
4-
ARG PYTHON_VERSION=3.11
4+
ARG PYTHON_VERSION=3.11@sha256:80d0556a9376af37548850151f0838cfa50137214fe7a2563e627c297d4811e1
55
FROM python:${PYTHON_VERSION} AS developer
66

77
# Add any system dependencies for the developer/build environment here

helm/blueapi/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ image:
99
# This sets the pull policy for images.
1010
pullPolicy: IfNotPresent
1111
# Overrides the image tag whose default is the chart appVersion.
12-
tag: ""
12+
tag: "@sha256:369a19d6c0a003341621ee0abd218ada5250f0fd72f55bb2bb8cef76b51452cc"
1313

1414
# This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
1515
imagePullSecrets: []

0 commit comments

Comments
 (0)