diff --git a/Dockerfile-wasm b/Dockerfile-wasm index 2aeed87..9e8aa41 100644 --- a/Dockerfile-wasm +++ b/Dockerfile-wasm @@ -1,5 +1,5 @@ -#Get golang 1.24.9 as a base image -FROM golang:1.24.9 as builder +#Get golang 1.25.5 as a base image +FROM golang:1.25.5 as builder #Define the working directory in the container WORKDIR /app