Skip to content

Commit

Permalink
Update dockerfile base
Browse files Browse the repository at this point in the history
  • Loading branch information
slackspace-io committed Apr 6, 2024
1 parent b7a119c commit e232205
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,10 +1,10 @@
FROM rust:1.76 as builder
FROM rust:1.77.1 as builder
WORKDIR /app
COPY . .
RUN cargo install [email protected]
RUN dx build --platform fullstack --release

FROM rust:1.76
FROM rust:1.77.1
#RUN apt-get update && rm -rf /var/lib/apt/lists/*
#Copy all files from the builder
WORKDIR /app
Expand Down

0 comments on commit e232205

Please sign in to comment.