Skip to content

Commit 9296d47

Browse files
authored
Update Dockerfile
1 parent ab97205 commit 9296d47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22
1+
FROM golang:1.23
22

33
WORKDIR /usr/src/app
44

@@ -9,4 +9,4 @@ RUN go mod download && go mod verify
99
COPY . .
1010
RUN go build -v -o /usr/local/bin/app github.com/nyaruka/chip/cmd/chipserver
1111

12-
CMD ["app"]
12+
CMD ["app"]

0 commit comments

Comments
 (0)