Skip to content

Commit aa07f4b

Browse files
authored
Merge pull request #131 from kinarashah/v18
v1.18.6
2 parents 1069b22 + e74996b commit aa07f4b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gcr.io/google_containers/hyperkube:v1.18.5
1+
FROM gcr.io/google_containers/hyperkube:v1.18.6
22
RUN sed -i -e 's!\bmain\b!main contrib!g' /etc/apt/sources.list && \
33
apt-get update && apt-get upgrade -y && apt-get clean && \
44
clean-install apt-transport-https gnupg1 curl zfsutils-linux \

Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gcr.io/google_containers/hyperkube:v1.18.5
1+
FROM gcr.io/google_containers/hyperkube:v1.18.6
22
RUN sed -i -e 's!\bmain\b!main contrib!g' /etc/apt/sources.list && \
33
apt-get update && apt-get upgrade -y && apt-get clean && \
44
clean-install apt-transport-https gnupg1 curl zfsutils-linux \

Dockerfile.windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { \
1010
Exit 1; \
1111
} \
1212
}
13-
ENV K8S_VERSION v1.18.5
13+
ENV K8S_VERSION v1.18.6
1414
RUN $URL = ('https://dl.k8s.io/{0}/kubernetes-node-windows-amd64.tar.gz' -f $env:K8S_VERSION); \
1515
\
1616
function Expand-GZip ($inFile, $outFile) { \

0 commit comments

Comments
 (0)