fix dockerfile

This commit is contained in:
yoan 2025-01-17 16:54:37 +08:00
parent 61b37f38e2
commit 69d4b3f93d
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ RUN \
npm run build npm run build
FROM golang:1.22-alpine AS builder FROM golang:1.23-alpine AS builder
WORKDIR /app WORKDIR /app

View File

@ -1 +1 @@
export const version = "v0.3.0-alpha.9"; export const version = "v0.3.0-alpha.10";