We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bda7a70 + 7ee83d6 commit 11cbde7Copy full SHA for 11cbde7
package/Dockerfile
@@ -1,3 +1,3 @@
1
-FROM alpine:3.16.0
+FROM alpine:3.18.3
2
COPY bin/rancher-system-agent /usr/bin/
3
CMD ["rancher-system-agent"]
package/Dockerfile.suc
@@ -1,4 +1,4 @@
-ARG ALPINE=alpine:3.16.0
+ARG ALPINE=alpine:3.18.3
FROM ${ALPINE} as kubectl
RUN apk add -U curl
4
RUN ARCH=$(uname -m) && \
@@ -8,7 +8,7 @@ RUN ARCH=$(uname -m) && \
8
chmod +x /usr/bin/kubectl
9
RUN /usr/bin/kubectl version --client
10
11
12
FROM ${ALPINE}
13
14
RUN mkdir /opt/rancher-system-agent-suc
0 commit comments