use latest bullseye
This commit is contained in:
parent
9853b911e6
commit
02937873a2
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
FROM rust:1.67 AS builder
|
FROM rust:bullseye AS builder
|
||||||
WORKDIR /usr/src/ewp
|
WORKDIR /usr/src/ewp
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue