Skip to content

Commit

Permalink
simulators/ethereum/engine,pyspec: Use golang:1.20-alpine (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz authored Oct 23, 2023
1 parent 5027ac7 commit e080138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion simulators/ethereum/engine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This simulation runs Engine API tests.
FROM golang:1-alpine as builder
FROM golang:1.20-alpine as builder
RUN apk add --update gcc musl-dev linux-headers

# Build the simulator executable.
Expand Down
2 changes: 1 addition & 1 deletion simulators/ethereum/pyspec/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ---------------------------------------------------------------#

# 1) Create pyspec builder container.
FROM golang:1-alpine as builder
FROM golang:1.20-alpine as builder
RUN apk add --update git ca-certificates gcc musl-dev linux-headers

# Build the pyspec simulator executable.
Expand Down

0 comments on commit e080138

Please sign in to comment.