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

Commit

Permalink
chore(deps): update docker.io/library/golang docker tag to v1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent 247eb0d commit 1301abc
Showing 1 changed file with 1 addition and 1 deletion.
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.3 AS builder
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.21.4 AS builder

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

0 comments on commit 1301abc

Please sign in to comment.