Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Update Dockerfile to pull dojo:v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
miko-ov committed Nov 8, 2023
1 parent ba3660c commit 859d222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COPY --from=web_node_deps /app/node_modules ./node_modules
# Build the webapp
RUN yarn build --mode production

FROM oostvoort/dojo:v0.3.2 AS contracts_builder
FROM oostvoort/dojo:v0.3.6 AS contracts_builder
WORKDIR /app
COPY /contracts .
RUN sozo build
Expand Down

0 comments on commit 859d222

Please sign in to comment.