Skip to content

Commit

Permalink
Freeze Stock 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsuta authored Aug 1, 2023
1 parent 87f3cc7 commit 02d97a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/magfest/ubersystem:main
FROM ghcr.io/magfest/ubersystem:stock2023

# install plugins
COPY . plugins/magstock/
RUN git clone --depth 1 --branch main https://github.com/magfest/covid.git plugins/covid
RUN git clone --depth 1 --branch stock2023 https://github.com/magfest/covid.git plugins/covid

RUN /app/env/bin/paver install_deps

0 comments on commit 02d97a3

Please sign in to comment.