update builder stage in dockerfile, update readme

This commit is contained in:
SeanOMik 2023-06-17 00:15:02 -04:00
parent 0546b71c5e
commit 8b59e2b32a
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM rust:alpine3.14 as builder
FROM rust:alpine3.17 as builder
# update packages
RUN apk update

View File

@ -1,4 +1,4 @@
# Docker registry
# Orca registry
Orca is a pure-rust implementation of a Docker Registry.
Note: Orca is still in early development ([status](#status)).