File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM amd64/golang:1.13 -alpine AS builder
1
+ FROM amd64/golang:1.14 -alpine AS builder
2
2
RUN apk --update add --no-cache git
3
3
RUN export GOBIN=$HOME/work/bin
4
4
WORKDIR /go/src/app
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ RUN apk --update add --no-cache curl
3
3
RUN cd /tmp && \
4
4
curl -L https://github.com/balena-io/qemu/releases/download/v3.0.0%2Bresin/qemu-3.0.0+resin-arm.tar.gz | tar zxvf - -C . && mv qemu-3.0.0+resin-arm/qemu-arm-static .
5
5
6
- FROM arm32v6/golang:1.13 -alpine AS builder
6
+ FROM arm32v6/golang:1.14 -alpine AS builder
7
7
COPY --from=qemu /tmp/qemu-arm-static /usr/bin/
8
8
RUN apk --update add --no-cache git
9
9
RUN export GOBIN=$HOME/work/bin
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ RUN apk --update add --no-cache curl
3
3
RUN cd /tmp && \
4
4
curl -L https://github.com/balena-io/qemu/releases/download/v3.0.0%2Bresin/qemu-3.0.0+resin-arm.tar.gz | tar zxvf - -C . && mv qemu-3.0.0+resin-arm/qemu-arm-static .
5
5
6
- FROM arm32v7/golang:1.13 -alpine AS builder
6
+ FROM arm32v7/golang:1.14 -alpine AS builder
7
7
COPY --from=qemu /tmp/qemu-arm-static /usr/bin/
8
8
RUN apk --update add --no-cache git
9
9
RUN export GOBIN=$HOME/work/bin
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ RUN apk --update add --no-cache curl
3
3
RUN cd /tmp && \
4
4
curl -L https://github.com/balena-io/qemu/releases/download/v3.0.0%2Bresin/qemu-3.0.0+resin-aarch64.tar.gz | tar zxvf - -C . && mv qemu-3.0.0+resin-aarch64/qemu-aarch64-static .
5
5
6
- FROM arm64v8/golang:1.13 -alpine AS builder
6
+ FROM arm64v8/golang:1.14 -alpine AS builder
7
7
COPY --from=qemu /tmp/qemu-aarch64-static /usr/bin/
8
8
RUN apk --update add --no-cache git
9
9
RUN export GOBIN=$HOME/work/bin
You can’t perform that action at this time.
0 commit comments