update docker base image for go version
This commit is contained in:
parent
77f9a956f2
commit
61a6b406f7
@ -1,4 +1,4 @@
|
||||
FROM golang:1.23-bookworm AS builder
|
||||
FROM golang:1.23.6-bookworm AS builder
|
||||
|
||||
# Set working directory for the build
|
||||
WORKDIR /go/src/git.vdb.to/cerc-io/laconicd
|
||||
@ -15,7 +15,7 @@ RUN make build
|
||||
|
||||
# Final image
|
||||
# DEV golang image
|
||||
FROM golang:1.23-bookworm AS base
|
||||
FROM golang:1.23.6-bookworm AS base
|
||||
# FROM ubuntu:24.04
|
||||
|
||||
# Install ca-certificates, jq, curl, bash, and other necessary packages
|
||||
|
Loading…
Reference in New Issue
Block a user