Skip to content

Commit

Permalink
remove gvm from base
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed Sep 25, 2023
1 parent 380e883 commit 7829d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG GO_VERSION="1.20"

################################################################################
FROM golang:${GO_VERSION}-alpine as alpine-base
FROM golang:${GO_VERSION}-alpine as base

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

0 comments on commit 7829d85

Please sign in to comment.