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

Commit e5aed11

Browse files
author
aiordache
committed
updated alpine version to 3.10.1
Signed-off-by: aiordache <[email protected]>
1 parent 49ae99f commit e5aed11

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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.0
1+
ARG ALPINE_VERSION=3.10.1
22

33
FROM dockercore/golang-cross:1.12.6@sha256:5f4272cb7723c6f28e76abfd8b59e46d8f7264b0cf2d000ff49aee1d0577e7d0 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.10.1
22
ARG GO_VERSION=1.12.6
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.9.2
1+
ARG ALPINE_VERSION=3.10.1
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.9.2
1+
ARG ALPINE_VERSION=3.10.1
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.9.2
1+
ARG ALPINE_VERSION=3.10.1
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.9.2
1+
ARG ALPINE_VERSION=3.10.1
22

33
FROM alpine:${ALPINE_VERSION}
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM alpine:3.7
1+
FROM alpine:3.10.1
22

33
CMD ["sleep", "9000"]

vars.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ E2E_NAME := $(BIN_NAME)-e2e
66
# Enable experimental features. "on" or "off"
77
EXPERIMENTAL := off
88

9-
ALPINE_VERSION=3.10.0
9+
ALPINE_VERSION=3.10.1
1010

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

0 commit comments

Comments
 (0)