Skip to content

Commit 8b58115

Browse files
authored
Merge pull request #65 from krakend/fix-golang-version-chat
Fix golang version mismatch on chat app
2 parents d0efbdb + ef0f2c4 commit 8b58115

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

images/websocket/chat/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23-alpine AS builder
1+
FROM golang:1.24-alpine AS builder
22

33
COPY ./ /app
44
WORKDIR /app

0 commit comments

Comments
 (0)