Skip to content

Commit

Permalink
Merge pull request #743 from alphagov/updates-router-go-version-to-1.22
Browse files Browse the repository at this point in the history
Updates router Dockerfile base image to golang 1.22
  • Loading branch information
andy-collon authored Apr 5, 2024
2 parents 2f76371 + 64b0c6b commit 5d6faea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/router/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM golang:1.20.2
FROM golang:1.22
2 changes: 1 addition & 1 deletion projects/router/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ router: clone-router
} \
]\
}).ok || rs.status().ok"
$(GOVUK_DOCKER) run $@-lite make build
$(GOVUK_DOCKER) run --build $@-lite make build

0 comments on commit 5d6faea

Please sign in to comment.