Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.21.3 (open-telemetry#1225)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Austin Parker <austin@ap2.io>
  • Loading branch information
renovate[bot] and austinlparker authored Nov 6, 2023
1 parent b5180b6 commit 2da682a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/productcatalogservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0


FROM golang:1.19.4-alpine AS builder
FROM golang:1.21.3-alpine AS builder

WORKDIR /usr/src/app/

Expand Down

0 comments on commit 2da682a

Please sign in to comment.