Even even more CI fun
ci/woodpecker/push/test-workflow Pipeline failed

This commit is contained in:
2026-06-03 12:31:47 -07:00
parent 69355a62bb
commit aef55276db
+2 -1
View File
@@ -1,5 +1,6 @@
FROM alpine:3.14
RUN apk update
RUN apk install rustup postgresql
RUN apk upgrade
RUN apk add rustup postgresql
RUN rustup install stable