Skip to content

Commit

Permalink
Update base image to 1.20.7
Browse files Browse the repository at this point in the history
Update golang base image from `1.20.6` to `1.20.7`.
Go `1.20.7` fixes a CVE:
* [CVE-2023-29409] https://nvd.nist.gov/vuln/detail/CVE-2023-29409
  • Loading branch information
kvij committed Aug 6, 2023
1 parent c4b4637 commit 0467944
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.20.6-bookworm AS build
FROM golang:1.20.7-bookworm AS build
ARG VERSION="local"
COPY . /app
WORKDIR /app
Expand Down

0 comments on commit 0467944

Please sign in to comment.