Skip to content

Commit 48a49fd

Browse files
authored
Merge branch 'main' into productcatalog.extendable-products
2 parents df2b3d3 + d2eae5f commit 48a49fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/accountingservice/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44

5-
FROM golang:1.21.5-alpine AS builder
5+
FROM golang:1.21.6-alpine AS builder
66
WORKDIR /usr/src/app/
77

88
COPY ./src/accountingservice/ ./

src/checkoutservice/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44

5-
FROM golang:1.21.4-alpine AS builder
5+
FROM golang:1.21.6-alpine AS builder
66
WORKDIR /usr/src/app/
77

88
COPY ./src/checkoutservice/ ./

src/productcatalogservice/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44

5-
FROM golang:1.21.4-alpine AS builder
5+
FROM golang:1.21.6-alpine AS builder
66

77
WORKDIR /usr/src/app/
88

0 commit comments

Comments
 (0)