File tree Expand file tree Collapse file tree 3 files changed +3
-31
lines changed Expand file tree Collapse file tree 3 files changed +3
-31
lines changed Original file line number Diff line number Diff line change 1
1
ARG GO_VERSION="1.20"
2
+ ARG ALPINE_VERSION="3.18"
2
3
3
4
# ###############################################################################
4
- FROM golang:${GO_VERSION}-alpine as base
5
+ FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} as base
5
6
6
7
# NOTE: add libusb-dev to run with LEDGER_ENABLED=true
7
8
RUN set -eu && \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ARG GO_VERSION="1.20.8"
13
13
14
14
# # NOTE: add libusb-dev to run with LEDGER_ENABLED=true
15
15
RUN set -eu & \
16
- pacman -Syyu --noconfirm linux-headers base-devel glibc git bc man-pages && \
16
+ pacman -Syyu --noconfirm linux-headers base-devel glibc git bc && \
17
17
curl -sSL https://go.dev/dl/go${GO_VERSION}.${OS}-${ARCH}.tar.gz | \
18
18
tar -C / -xz && \
19
19
ln -s /go/bin/go /usr/local/bin/go
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments