oops
Some checks failed
/ build (push) Failing after 2m31s
/ trivy (push) Has been skipped

This commit is contained in:
Dustin Thomas 2026-01-30 12:48:21 -06:00
parent 399235aeff
commit 9e65f42763
Signed by: cptlobster
GPG key ID: 33D607425C830B4C
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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