Skip to content

Commit 2ea97ac

Browse files
chore(deps): pin dependencies
1 parent 08334bc commit 2ea97ac

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:0dab67c838514eef83e6c9d2c0e53e960fc94237635e8996d08caeec98937abc
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:4af3a4f5809c89dd53d8c6026354e62d87c9fe446e2ba79035b70811861186cb"
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)