Update Golang base image in Dockerfile
This commit is contained in:
parent
438bc71f18
commit
a9a3b7d2e6
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# Set the base image
|
||||
FROM golang:1.20-alpine as builder
|
||||
FROM docker.io/library/golang:1.21-alpine3.18 as builder
|
||||
RUN apk --no-cache add ca-certificates git
|
||||
# Set the working directory
|
||||
WORKDIR /app
|
||||
|
|
Loading…
Reference in a new issue