Skip to content

Commit

Permalink
build(go): upgrade golang:1.21.6 (#1360)
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Tessier <[email protected]>
  • Loading branch information
tranngoclam and puckpuck committed Feb 2, 2024
1 parent b0c1d27 commit d2eae5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/accountingservice/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.21.5-alpine AS builder
FROM golang:1.21.6-alpine AS builder
WORKDIR /usr/src/app/

COPY ./src/accountingservice/ ./
Expand Down
2 changes: 1 addition & 1 deletion src/checkoutservice/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.21.4-alpine AS builder
FROM golang:1.21.6-alpine AS builder
WORKDIR /usr/src/app/

COPY ./src/checkoutservice/ ./
Expand Down
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.21.4-alpine AS builder
FROM golang:1.21.6-alpine AS builder

WORKDIR /usr/src/app/

Expand Down

0 comments on commit d2eae5f

Please sign in to comment.