Skip to content

Commit

Permalink
super dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Evanfeenstra committed Jul 22, 2024
1 parent 2fbed84 commit e47d0ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bin/super/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# docker build -f src/bin/super/Dockerfile -t sphinx-super .

# Rust as the base image
FROM rust:1.72-slim-bullseye as build
FROM rust:1.77-slim-bullseye as build

# Create a new empty shell project
# RUN USER=root cargo new --lib sphinx-swarm
Expand Down

0 comments on commit e47d0ca

Please sign in to comment.