Dockerfile dependent upgrade

Signed-off-by: jagger <cossjie@foxmail.com>

Former-commit-id: a37f526225a0f7a3e4350cc6dfd3c001a630200f
This commit is contained in:
jagger 2024-06-22 10:13:14 +08:00
parent ab9e7071f6
commit df733bcff2
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.21.2-alpine3.18 AS builder
FROM golang:1.22-alpine3.18 AS builder
WORKDIR /app