Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

chore(deps): update docker.io/library/golang docker tag to v1.21.2 #51

Merged
merged 1 commit into from
Oct 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/bootstrap/template/Dockerfile.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# First stage:
# - Building the COSI OSP using the default Go image.
###############################################################################
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.21.1 AS builder
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.21.2 AS builder

# Set the working directory.
WORKDIR /cosi-osp
Expand Down