Skip to content

Commit

Permalink
Fix docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
abizjak committed Apr 12, 2024
1 parent 7880bd7 commit 3e3d9c6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions wallet-connect-test-bench/front-end/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# This dockerfile is meant to be run from the **root of the repository**.

ARG build_image=node:16-slim
ARG build_image=node:20-slim

FROM ${build_image} AS build

RUN yarn set version 3.2.0

# Copy front end files
WORKDIR /app
COPY ./wallet-connect-test-bench/front-end ./wallet-connect-test-bench/front-end/
Expand Down

0 comments on commit 3e3d9c6

Please sign in to comment.