Skip to content

Commit 30f5fe5

Browse files
committed
Update dockerfile
1 parent c5d9f05 commit 30f5fe5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22 AS builder
1+
FROM golang:1.23 AS builder
22
COPY ./ /src/github.com/adroll/ecs-ship/
33
RUN cd /src/github.com/adroll/ecs-ship/ \
44
&& go test ./... \

0 commit comments

Comments
 (0)