1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-11-24 08:02:18 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 WORKDIR /src
COPY . . COPY . .