fix version build step
Some checks failed
Docker Build & Publish / build (push) Failing after 1h39m43s

This commit is contained in:
Nicholas Orlowsky 2025-02-24 21:34:54 -05:00
parent 0fc8400066
commit efd19d3bba
3 changed files with 14 additions and 19 deletions

View file

@ -1,4 +1,4 @@
FROM alpine as build-env
FROM alpine AS build-env
RUN apk add --no-cache build-base python3 cmake openssl-dev
COPY ./src ./src