update builder stage in dockerfile, update readme
This commit is contained in:
parent
0546b71c5e
commit
8b59e2b32a
|
@ -1,4 +1,4 @@
|
||||||
FROM rust:alpine3.14 as builder
|
FROM rust:alpine3.17 as builder
|
||||||
|
|
||||||
# update packages
|
# update packages
|
||||||
RUN apk update
|
RUN apk update
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Docker registry
|
# Orca registry
|
||||||
Orca is a pure-rust implementation of a Docker Registry.
|
Orca is a pure-rust implementation of a Docker Registry.
|
||||||
|
|
||||||
Note: Orca is still in early development ([status](#status)).
|
Note: Orca is still in early development ([status](#status)).
|
||||||
|
|
Loading…
Reference in New Issue