Skip to content

Commit ded5b40

Browse files
author
gregnuj
committed
use alpine3.18 by default
1 parent a932302 commit ded5b40

File tree

3 files changed

+3
-31
lines changed

3 files changed

+3
-31
lines changed

alpine.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
ARG GO_VERSION="1.20"
2+
ARG ALPINE_VERSION="3.18"
23

34
################################################################################
4-
FROM golang:${GO_VERSION}-alpine as base
5+
FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} as base
56

67
# NOTE: add libusb-dev to run with LEDGER_ENABLED=true
78
RUN set -eu && \

arch.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ARG GO_VERSION="1.20.8"
1313

1414
# # NOTE: add libusb-dev to run with LEDGER_ENABLED=true
1515
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 && \
1717
curl -sSL https://go.dev/dl/go${GO_VERSION}.${OS}-${ARCH}.tar.gz | \
1818
tar -C / -xz && \
1919
ln -s /go/bin/go /usr/local/bin/go

builds/chihuahua.1.0.0.alpine.sh

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)