mirror of
https://github.com/13hannes11/ics-proxy.git
synced 2024-09-06 08:01:41 +02:00
update to rust version 1.61
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM rust:1.56 as builder
|
FROM rust:1.61 as builder
|
||||||
RUN apt-get update && apt-get install -y sqlite3 && rm -rf /var/lib/apt/lists/*
|
RUN apt-get update && apt-get install -y sqlite3 && rm -rf /var/lib/apt/lists/*
|
||||||
WORKDIR /usr/src/ics-proxy
|
WORKDIR /usr/src/ics-proxy
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Reference in New Issue
Block a user