Skip to content

Commit d54edf1

Browse files
authored
Merge pull request kubernetes#1831 from losipiuk/lo/cluster-autoscaler-release-1.13-debian-base-1.0
Use debian-base-amd64:v1.0.0
2 parents e9a81cf + fa9e90a commit d54edf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster-autoscaler/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
ARG BASEIMAGE=k8s.gcr.io/debian-base-amd64:0.4.1
15+
ARG BASEIMAGE=k8s.gcr.io/debian-base-amd64:v1.0.0
1616
FROM $BASEIMAGE
1717
LABEL maintainer="Marcin Wielgus <[email protected]>"
1818

0 commit comments

Comments
 (0)