Closed GerardVivancos closed 10 months ago
Alpine is upgraded from 3.18 to 3.19
3.18
3.19
Addresses CVE-2023-5363
This should also address CVE-2023-39325 as dockerize has updated its go.mod, and base-server.Dockerfile always pulls the latest main.
dockerize
go.mod
base-server.Dockerfile
main
Closes #180
How was this tested: Ran make test
make test
Any docs updates needed? None
All committers have signed the CLA.
What was changed
Alpine is upgraded from
3.18
to3.19
Why?
Addresses CVE-2023-5363
This should also address CVE-2023-39325 as
dockerize
has updated itsgo.mod
, andbase-server.Dockerfile
always pulls the latestmain
.Checklist
Closes #180
How was this tested: Ran
make test
Any docs updates needed? None