Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit f85ac4a

Browse files
Bump alpine to 3.11.5
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
1 parent 5bb93d6 commit f85ac4a

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

Dockerfile.invocation-image

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG ALPINE_VERSION=3.10.3
1+
ARG ALPINE_VERSION=3.11.5
22

33
FROM golang:1.13.10 AS build
44

Dockerfile.lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG ALPINE_VERSION=3.10
1+
ARG ALPINE_VERSION=3.11
22
ARG GO_VERSION=1.13.10
33

44
FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION}

e2e/testdata/cnab-parameters/cnab/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG ALPINE_VERSION=3.10.3
1+
ARG ALPINE_VERSION=3.11.5
22

33
FROM alpine:${ALPINE_VERSION}
44

e2e/testdata/cnab-with-docker-status/cnab/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG ALPINE_VERSION=3.10.3
1+
ARG ALPINE_VERSION=3.11.5
22

33
FROM alpine:${ALPINE_VERSION}
44

e2e/testdata/cnab-with-standard-status/cnab/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG ALPINE_VERSION=3.10.3
1+
ARG ALPINE_VERSION=3.11.5
22

33
FROM alpine:${ALPINE_VERSION}
44

e2e/testdata/cnab-without-status/cnab/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG ALPINE_VERSION=3.10.1
1+
ARG ALPINE_VERSION=3.11.5
22

33
FROM alpine:${ALPINE_VERSION}
44

vars.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PKG_NAME := github.com/docker/app
22
BIN_NAME ?= docker-app
33
E2E_NAME := $(BIN_NAME)-e2e
44

5-
ALPINE_VERSION=3.10.3
5+
ALPINE_VERSION=3.11.5
66

77
# Failing to resolve sh.exe to a full path denotes a windows vanilla shell.
88
# Although 'simple' commands are still exec'ed, 'complex' ones are batch'ed instead of sh'ed.

0 commit comments

Comments
 (0)