This repository was archived by the owner on Jul 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
cnab-with-status/cnab/build
cnab-without-status/cnab/build Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- FROM dockercore/golang-cross:1.11.5 @sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3 AS build
1
+ FROM dockercore/golang-cross:1.12.1 @sha256:8541e3aea7b2cffb7ac310af250e34551abe2ec180c77d5a81ae3d52a47ac779 AS build
2
2
ENV DISABLE_WARN_OUTSIDE_CONTAINER=1
3
3
4
4
RUN apt-get install -y -q --no-install-recommends \
Original file line number Diff line number Diff line change 1
- ARG ALPINE_VERSION=3.8
1
+ ARG ALPINE_VERSION=3.9.2
2
2
3
- FROM dockercore/golang-cross:1.11.5 @sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3 AS build
3
+ FROM dockercore/golang-cross:1.12.1 @sha256:8541e3aea7b2cffb7ac310af250e34551abe2ec180c77d5a81ae3d52a47ac779 AS build
4
4
5
5
RUN apt-get install -y -q --no-install-recommends \
6
6
coreutils \
Original file line number Diff line number Diff line change 1
- ARG ALPINE_VERSION=3.8
2
- ARG GO_VERSION=1.11.0
1
+ ARG ALPINE_VERSION=3.9.2
2
+ ARG GO_VERSION=1.12.1
3
3
4
4
FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION}
5
5
RUN apk add --no-cache \
Original file line number Diff line number Diff line change 1
- ARG ALPINE_VERSION=3.8
1
+ ARG ALPINE_VERSION=3.9.2
2
2
3
3
FROM alpine:${ALPINE_VERSION}
4
4
Original file line number Diff line number Diff line change 1
- ARG ALPINE_VERSION=3.8
1
+ ARG ALPINE_VERSION=3.9.2
2
2
3
3
FROM alpine:${ALPINE_VERSION}
4
4
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ E2E_NAME := $(BIN_NAME)-e2e
6
6
# Enable experimental features. "on" or "off"
7
7
EXPERIMENTAL := off
8
8
9
- ALPINE_VERSION =3.8
9
+ ALPINE_VERSION =3.9.2
10
10
11
11
# Failing to resolve sh.exe to a full path denotes a windows vanilla shell.
12
12
# Although 'simple' commands are still exec'ed, 'complex' ones are batch'ed instead of sh'ed.
You can’t perform that action at this time.
0 commit comments