Skip to content

Commit

Permalink
chore: update docker build to use golang 1.20.9 (#429)
Browse files Browse the repository at this point in the history
This is due to CVE-2023-39323 and fixes #428
  • Loading branch information
bmanuel committed Oct 18, 2023
1 parent 84f2d5d commit 2e0cc3c
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-alpine AS build
FROM golang:1.20.9-alpine AS build

WORKDIR /go/src/github.com/segmentio/chamber
COPY . .
Expand Down

0 comments on commit 2e0cc3c

Please sign in to comment.