Skip to content

Commit

Permalink
Bumping alpine 3.9.3 -> 3.9.4
Browse files Browse the repository at this point in the history
Bumping golang/golang-cross 1.12.4 -> 1.12.5

Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
  • Loading branch information
silvin-lubecki committed May 23, 2019
1 parent b4a8a4a commit bbeedd7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dockercore/golang-cross:1.12.4@sha256:7ccd2d90d99974c7aad84660638590547495cfd3b1c78e6b5971fe944bf1ca51 AS build
FROM dockercore/golang-cross:1.12.5@sha256:15b5f9805c0395d3ad80f9354ee358312e1abe3a683ce80371ad0551199ff253 AS build
ENV DISABLE_WARN_OUTSIDE_CONTAINER=1

RUN apt-get install -y -q --no-install-recommends \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.invocation-image
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG ALPINE_VERSION=3.9.3
ARG ALPINE_VERSION=3.9.4

FROM dockercore/golang-cross:1.12.4@sha256:7ccd2d90d99974c7aad84660638590547495cfd3b1c78e6b5971fe944bf1ca51 AS build
FROM dockercore/golang-cross:1.12.5@sha256:15b5f9805c0395d3ad80f9354ee358312e1abe3a683ce80371ad0551199ff253 AS build

RUN apt-get install -y -q --no-install-recommends \
coreutils \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.lint
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ALPINE_VERSION=3.9
ARG GO_VERSION=1.12.4
ARG GO_VERSION=1.12.5

FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION}
RUN apk add --no-cache \
Expand Down
2 changes: 1 addition & 1 deletion vars.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ E2E_NAME := $(BIN_NAME)-e2e
# Enable experimental features. "on" or "off"
EXPERIMENTAL := off

ALPINE_VERSION=3.9.3
ALPINE_VERSION=3.9.4

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

0 comments on commit bbeedd7

Please sign in to comment.