Skip to content

Commit

Permalink
feat: update taproot-asssets to v0.3.0-alpha.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
vafanassieff committed Oct 12, 2023
1 parent f3c1c42 commit a0e94d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docker/taproot-assets/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.9-alpine AS builder
FROM golang:1.21.0-alpine AS builder

ARG VERSION
ARG COMMIT
Expand All @@ -9,7 +9,8 @@ ENV TAPROOT_ASSETS_PKG_DIR="/go/src/github.com/lightninglabs/taproot-assets"

RUN apk add --no-cache --update \
make \
git
git \
gcc

RUN git clone https://github.com/lightninglabs/taproot-assets.git ${TAPROOT_ASSETS_PKG_DIR} && \
cd ${TAPROOT_ASSETS_PKG_DIR} && \
Expand Down
2 changes: 1 addition & 1 deletion docker/taproot-assets/image.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Release version
VERSION="v0.2.3"
VERSION="v0.3.0-alpha.rc1"

# Image config
NAME="taproot-assets"
Expand Down

0 comments on commit a0e94d1

Please sign in to comment.