mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-07 21:19:51 +00:00
fix dockerfile
This commit is contained in:
parent
61b37f38e2
commit
69d4b3f93d
@ -10,7 +10,7 @@ RUN \
|
||||
npm run build
|
||||
|
||||
|
||||
FROM golang:1.22-alpine AS builder
|
||||
FROM golang:1.23-alpine AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
@ -1 +1 @@
|
||||
export const version = "v0.3.0-alpha.9";
|
||||
export const version = "v0.3.0-alpha.10";
|
||||
|
Loading…
x
Reference in New Issue
Block a user