Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysbalevicius committed Feb 4, 2024
1 parent e79a5cf commit 6d0bac5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .dev/Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:latest
FROM rust:1.74.1-slim
LABEL Rhys Balevicius "[email protected]"

ENV TZ=America/New_York
Expand Down
4 changes: 2 additions & 2 deletions .dev/Dockerfile.frontend
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node
FROM node:21.6.0-slim

RUN apt-get install curl
RUN apt-get update -y && apt-get install git -y

RUN git clone --branch infimum https://github.com/rhysbalevicius/substrate-front-end-template

Expand Down

0 comments on commit 6d0bac5

Please sign in to comment.