oops
This commit is contained in:
parent
399235aeff
commit
9e65f42763
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# build the executable in its own stage. rust is big
|
||||
FROM rust:alpine-3.23 AS builder
|
||||
FROM rust:alpine3.23 AS builder
|
||||
WORKDIR /usr/src/stargate
|
||||
|
||||
# install build dependencies
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# build the executable in its own stage. rust is big
|
||||
FROM rust:alpine-3.23 AS builder
|
||||
FROM rust:alpine3.23 AS builder
|
||||
WORKDIR /usr/src/stargate
|
||||
|
||||
# install build dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue