Skip to content

Commit

Permalink
Merge pull request #6433 from multiversx/fix_docker_annotations
Browse files Browse the repository at this point in the history
Fix docker annotations
  • Loading branch information
sstanculeanu authored Sep 3, 2024
2 parents b44fe4a + 814e493 commit 0998a1e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/keygenerator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.7 as builder
FROM golang:1.20.7 AS builder

RUN apt-get update && apt-get install -y
WORKDIR /go/mx-chain-go
Expand Down
2 changes: 1 addition & 1 deletion docker/node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.7 as builder
FROM golang:1.20.7 AS builder

RUN apt-get update && apt-get upgrade -y
WORKDIR /go/mx-chain-go
Expand Down
2 changes: 1 addition & 1 deletion docker/seednode/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.7 as builder
FROM golang:1.20.7 AS builder

RUN apt-get update && apt-get install -y
WORKDIR /go/mx-chain-go
Expand Down
2 changes: 1 addition & 1 deletion docker/termui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.7 as builder
FROM golang:1.20.7 AS builder
RUN apt-get update && apt-get install -y
WORKDIR /go/mx-chain-go
COPY . .
Expand Down

0 comments on commit 0998a1e

Please sign in to comment.