diff options
| author | Fuwn <[email protected]> | 2025-05-24 10:31:20 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-05-24 10:31:20 +0000 |
| commit | fa4586cef72e2fe44f948bf92b918799bd974c59 (patch) | |
| tree | e63260659306441912ebdc629d96019cc88f2549 | |
| parent | refactor(gigi.go): Use ReplaceAll instead of Replace -1 (diff) | |
| download | gigi-0.2.1.tar.xz gigi-0.2.1.zip | |
style(Dockerfile): AS casingv0.2.1
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM golang:alpine as builder +FROM golang:alpine AS builder WORKDIR /gigi |