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 9fef2e4 commit 380e883
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
Expand Up @@ -18,7 +18,7 @@ RUN set -eu &&\
COPY ./bin/install-mimalloc ./bin/install-wasmvm /usr/local/bin/

################################################################################
FROM terraformlabs/alpine-base:latest as builder
FROM base as builder

ARG APP_NAME="terra"
ARG BIN_NAME="${APP_NAME}d"
Expand Down

0 comments on commit 380e883

Please sign in to comment.