mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-03-06 23:27:19 +00:00
Merge pull request #3710 from nspcc-dev/fix-dockerfiles
Dockerfile: migrate to AS keyword usage
This commit is contained in:
commit
ac073e2ada
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Builder image
|
||||
# Keep go version in sync with Build GA job.
|
||||
FROM golang:1.23-alpine as builder
|
||||
FROM golang:1.23-alpine AS builder
|
||||
|
||||
# Display go version for information purposes.
|
||||
RUN go version
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Builder image
|
||||
# Keep go version in sync with Build GA job.
|
||||
FROM golang:1.23.0-windowsservercore-ltsc2022 as builder
|
||||
FROM golang:1.23.0-windowsservercore-ltsc2022 AS builder
|
||||
|
||||
COPY . /neo-go
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue