Skip to content

Commit

Permalink
Update base image to 1.20.6-bookworm
Browse files Browse the repository at this point in the history
Update golang base image from `1.20.5` to `1.20.6`.
Go `1.20.6` fixes a CVE:
* [CVE-2023-29406] https://nvd.nist.gov/vuln/detail/CVE-2023-29406

Switched from `buster` to `bookworm` to be in line with `latest`.
This guarantees quick update availability (1.20.6-buster is not released yet).
  • Loading branch information
kvij committed Jul 12, 2023
1 parent 4ab532c commit c4b4637
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.5-buster AS build
FROM golang:1.20.6-bookworm AS build
ARG VERSION="local"
COPY . /app
WORKDIR /app
Expand Down

0 comments on commit c4b4637

Please sign in to comment.