We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca67d18 commit c9ab830Copy full SHA for c9ab830
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM registry.k8s.io/node-problem-detector/node-problem-detector:v1.35.1
+FROM registry.k8s.io/node-problem-detector/node-problem-detector:v1.35.2
2
3
RUN set -eux; \
4
apt-get update; \
@@ -13,4 +13,4 @@ RUN set -eux; \
13
; \
14
rm -rf /var/lib/apt/lists/*;
15
16
-COPY config /config
+COPY config /config
0 commit comments