File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Build the simulator binary
2
- FROM golang:1-alpine AS builder
2
+ FROM golang:1.20 -alpine AS builder
3
3
RUN apk --no-cache add gcc musl-dev linux-headers cmake make clang build-base clang-static clang-dev
4
4
5
5
# Prepare workspace.
Original file line number Diff line number Diff line change 1
- FROM golang:1-alpine AS builder
1
+ FROM golang:1.20 -alpine AS builder
2
2
RUN apk --no-cache add gcc musl-dev linux-headers cmake make clang build-base clang-static clang-dev
3
3
4
4
# Prepare workspace.
Original file line number Diff line number Diff line change 1
1
# Build the simulator binary
2
- FROM golang:1-alpine AS builder
2
+ FROM golang:1.20 -alpine AS builder
3
3
RUN apk --no-cache add gcc musl-dev linux-headers cmake make clang build-base clang-static clang-dev
4
4
5
5
# Prepare workspace.
You can’t perform that action at this time.
0 commit comments