Update Dockerfile to use golang:1.22 as builder
This commit is contained in:
parent
51c546665f
commit
643663d93b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Stage 1: Build the application
|
# Stage 1: Build the application
|
||||||
FROM golang:1.22-alpine AS builder
|
FROM golang:1.22 AS builder
|
||||||
|
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue