Skip to content

Commit

Permalink
Update base images (#2226)
Browse files Browse the repository at this point in the history
The base-builder and base-server images are ~4months old at this point
and the security scanner I'm using picks up a CVE-2023-45288.

This CVE is resolved in go >= 1.22.2 so is likely already resolved
in base-builder 1.14.11 since that was built recently and 1.22.5
is the latest in golang:1.22-alpine3.20 if someone pulls it today.
  • Loading branch information
deeno35 authored Aug 1, 2024
1 parent dae9aac commit 555e018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_SERVER_IMAGE=temporalio/base-server:1.15.7
ARG BASE_BUILDER_IMAGE=temporalio/base-builder:1.14.8
ARG BASE_SERVER_IMAGE=temporalio/base-server:1.15.8
ARG BASE_BUILDER_IMAGE=temporalio/base-builder:1.14.11

FROM ${BASE_BUILDER_IMAGE} AS server-builder

Expand Down

0 comments on commit 555e018

Please sign in to comment.