Skip to content

Commit

Permalink
upgrade to packer 1.5.4 and goss 0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikborkowski committed Feb 26, 2020
1 parent 305839a commit 16b400c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Build goss with glibc system
FROM golang:1.13 AS build_glibc_bins
ARG GOSS_VER=0.3.9
ARG GOSS_VER=0.3.10
ENV GO111MODULE=on
RUN go get github.com/aelsabbahy/goss/cmd/goss@v${GOSS_VER} && \
strip ${GOPATH}/bin/* && \
go clean -cache -modcache

# Build goss, packer, and packer-provisioner-goss with musl
FROM golang:1.13-alpine3.10 as build_musl_bins
ARG PACKER_VER=1.5.1
ARG PACKER_VER=1.5.4
ARG PACKER_PROVISIONER_GOSS_VER=1.0.0
ARG GOSS_VER=0.3.9
ARG GOSS_VER=0.3.10
ENV GO111MODULE=on
RUN apk --no-cache --upgrade --virtual=build_environment add binutils && \
go get github.com/hashicorp/packer@v${PACKER_VER} && \
Expand Down

0 comments on commit 16b400c

Please sign in to comment.