mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-10 20:56:50 +00:00
update go version in build step
This commit is contained in:
parent
c79232a019
commit
8a98880db1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.22-alpine AS builder
|
||||
FROM golang:1.23-alpine AS builder
|
||||
|
||||
RUN apk update && apk add --no-cache \
|
||||
build-base \
|
||||
|
|
|
|||
Loading…
Reference in a new issue