fix: update Dockerfile to use golang:1.24-bullseye base image
This commit is contained in:
parent
41616e2c05
commit
9ed9a4c39e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# Start from the latest golang base image
|
# Start from the latest golang base image
|
||||||
FROM golang:1.24 AS builder
|
FROM golang:1.24-bullseye AS builder
|
||||||
|
|
||||||
# Set the Current Working Directory inside the container
|
# Set the Current Working Directory inside the container
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue