Skip to content

Commit 8779116

Browse files
chore(deps): pin dependencies
1 parent 1ab51e8 commit 8779116

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:a3f963d22cc2bd1b0e9a62c8e6f31b3bd3340d554fae00cc312c3359b61a6d7e
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:100795e3b746d9b9bba74f1ffc3115bae0bb85354701622f1c403a4c535f0ba5"
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)