Skip to content

Commit

Permalink
Merge pull request #55 from silinternational/develop
Browse files Browse the repository at this point in the history
update Dockerfile to Go 1.22
  • Loading branch information
jason-jackson authored Aug 2, 2024
2 parents d9fa956 + 21618df commit 8573f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21
FROM golang:1.22

RUN curl -o- -L https://slss.io/install | VERSION=3.36.0 bash && \
mv $HOME/.serverless/bin/serverless /usr/local/bin && \
Expand Down

0 comments on commit 8573f19

Please sign in to comment.