Test action
Some checks failed
build-and-pudh / docker (push) Failing after 28s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s

This commit is contained in:
dobiadi
2024-10-23 22:04:55 +02:00
parent 1aa105908c
commit cf69376c5f
2 changed files with 41 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
ARG ALPINE_VERSION=latest
FROM alpine:$ALPINE_VERSION as builder
FROM alpine:$ALPINE_VERSION AS builder
COPY Cargo.lock /usr/src/
COPY Cargo.toml /usr/src/