fix: try fix git action docker build

This commit is contained in:
tetuaoro 2024-07-12 22:39:26 +02:00
parent 9a19430dc8
commit 8bfcb5d502
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Build wg-password binary using Rust on Alpine
FROM rust:1.79.0-alpine AS build_password_binary
FROM docker.io/library/rust:1.79.0-alpine AS build_password_binary
WORKDIR /wg-password
COPY wg-password .