Skip to content

Commit

Permalink
fix(ci): upgrade base image to golang:1.22 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmd-azeez authored Aug 28, 2024
1 parent ebbd7bd commit 9145d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo-iota/go/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19
FROM golang:1.22

ADD /go /app/go
ADD /demo-iota/go /app/demo-iota/go
Expand Down

0 comments on commit 9145d8a

Please sign in to comment.