update docker base image for go version

This commit is contained in:
Roy Crihfield 2025-02-11 20:05:00 +08:00
parent 77f9a956f2
commit 61a6b406f7

View File

@ -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