Skip to content

Commit edf0788

Browse files
authored
Merge pull request #121 from ViktorT-11/2025-12-go-1_25_5-wasm-docker
build: use Go `1.25.5` in `Dockerfile-wasm` file
2 parents 84c0ae8 + 5b2c11f commit edf0788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile-wasm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#Get golang 1.24.9 as a base image
2-
FROM golang:1.24.9 as builder
1+
#Get golang 1.25.5 as a base image
2+
FROM golang:1.25.5 as builder
33

44
#Define the working directory in the container
55
WORKDIR /app

0 commit comments

Comments
 (0)