1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-06-03 16:35:37 +02:00

Fix typo in golang image name (#2696)

This commit is contained in:
6543
2023-11-01 17:01:34 +01:00
committed by GitHub
parent ebe0307c6b
commit 037703028e
+1 -1
View File
@@ -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 . .