diff --git a/Dockerfile b/Dockerfile
index 48b5e5eaad456340916da7c2b74d3a346916b799..7194ded0cc2cab5dae1c9be7578ed98301873b62 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,3 +1,4 @@
+# https://hub.docker.com/_/alpine?tab=tags
 FROM alpine:3.14
 
 LABEL name="OpenAppStack management"
@@ -17,10 +18,10 @@ RUN \
   apk --no-cache add \
     bash=~5.1.4-r0 \
     cargo=~1.52.1-r1 \
-    chromium=~91.0.4472.164-r0 \
-    curl=~7.78.0-r0 \
+    chromium=~93.0.4577.82-r0 \
+    curl=~7.79.1-r0 \
     # needed for installing pycurl python module
-    curl-dev=~7.78.0-r0 \
+    curl-dev=~7.79.1-r0 \
     # Needed for "unbuffer" to timestamp cmds
     expect=~5.45.4-r0 \
     gcc=~10.3.1_git20210424-r2 \
@@ -35,7 +36,7 @@ RUN \
     py3-pip=~20.3.4-r1 \
     python3-dev=~3.9.5-r1 \
     rsync=~3.2.3-r4 \
-    yq=4.6.3-r1 && \
+    yq=4.6.3-r2 && \
   rm -rf /var/cache/* && \
   mkdir /var/cache/apk && \
   chmod a+x /usr/local/bin/* && \
diff --git a/flux2/infrastructure/local-path-provisioner/local-path-provisioner-values-configmap.yaml b/flux2/infrastructure/local-path-provisioner/local-path-provisioner-values-configmap.yaml
index 62b6d675ed98b7febce9687e0f5229e5f1f59463..b80032123979a25e9ddc9824ba5f28dce76a204f 100644
--- a/flux2/infrastructure/local-path-provisioner/local-path-provisioner-values-configmap.yaml
+++ b/flux2/infrastructure/local-path-provisioner/local-path-provisioner-values-configmap.yaml
@@ -12,10 +12,9 @@ data:
     storageClass:
       defaultClass: true
     # We temporarily use our own build in order to use local volumes instead of
-    # hostPath.
+    # hostPath, see https://github.com/rancher/local-path-provisioner/issues/85
+    # and https://open.greenhost.net/openappstack/openappstack/-/issues/773
     image:
-      # We need to use our own fork of the local-path-provisioner until
-      # https://github.com/rancher/local-path-provisioner/issues/85 is resolved
       repository: "open.greenhost.net:4567/openappstack/local-path-provisioner/local-path-provisioner"
       # Make sure this tag is the same as the tag for the chart in the
       # local-path-provisioner GitRepository