mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-18 07:43:03 +00:00
Fix typo in golang image name (#2696)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM --platform=$BUILDPLATFORM docker.io/olang:1.21 AS build
|
||||
FROM --platform=$BUILDPLATFORM docker.io/golang:1.21 AS build
|
||||
|
||||
WORKDIR /src
|
||||
COPY . .
|
||||
|
Reference in New Issue
Block a user