Skip to content

Commit

Permalink
Update Dockerfile to reflect change in go version
Browse files Browse the repository at this point in the history
  • Loading branch information
b-j-roberts committed Apr 12, 2024
1 parent fd1e7da commit 02d06e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.7-alpine
FROM golang:1.22.2-alpine
# TODO: Add psql to the image?
# TODO: depends on in docker compose?

Expand Down

0 comments on commit 02d06e9

Please sign in to comment.