diff --git a/docker/taproot-assets/Dockerfile b/docker/taproot-assets/Dockerfile index 4bc0921..180e38c 100644 --- a/docker/taproot-assets/Dockerfile +++ b/docker/taproot-assets/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.0-alpine AS builder +FROM golang:1.21.4-alpine AS builder ARG VERSION ARG COMMIT diff --git a/docker/taproot-assets/image.hcl b/docker/taproot-assets/image.hcl index 263c420..2fde0eb 100644 --- a/docker/taproot-assets/image.hcl +++ b/docker/taproot-assets/image.hcl @@ -1,5 +1,5 @@ # Release version -VERSION="v0.3.2" +VERSION="v0.3.3" # Image config NAME="taproot-assets"