Skip to content

Commit 11cbde7

Browse files
authored
Merge pull request #128 from rancher/renovate/alpine-3.x
Update alpine Docker tag to v3.18.3
2 parents bda7a70 + 7ee83d6 commit 11cbde7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM alpine:3.16.0
1+
FROM alpine:3.18.3
22
COPY bin/rancher-system-agent /usr/bin/
33
CMD ["rancher-system-agent"]

package/Dockerfile.suc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG ALPINE=alpine:3.16.0
1+
ARG ALPINE=alpine:3.18.3
22
FROM ${ALPINE} as kubectl
33
RUN apk add -U curl
44
RUN ARCH=$(uname -m) && \
@@ -8,7 +8,7 @@ RUN ARCH=$(uname -m) && \
88
chmod +x /usr/bin/kubectl
99
RUN /usr/bin/kubectl version --client
1010

11-
ARG ALPINE=alpine:3.16.0
11+
ARG ALPINE=alpine:3.18.3
1212
FROM ${ALPINE}
1313

1414
RUN mkdir /opt/rancher-system-agent-suc

0 commit comments

Comments
 (0)