Skip to content

Commit

Permalink
chore(deps): update dependency golang to v1.17.7 (GoogleCloudPlatform…
Browse files Browse the repository at this point in the history
…#733)

Co-authored-by: Christine Kim <35876108+ckim328@users.noreply.github.com>
  • Loading branch information
renovate-bot and xtineskim authored Feb 25, 2022
1 parent cbbf957 commit c2d2f43
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/checkoutservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.17.5-alpine as builder
FROM golang:1.17.7-alpine as builder
RUN apk add --no-cache ca-certificates git
RUN apk add build-base
WORKDIR /src
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.17.5-alpine as builder
FROM golang:1.17.7-alpine as builder
RUN apk add --no-cache ca-certificates git
RUN apk add build-base
WORKDIR /src
Expand Down
2 changes: 1 addition & 1 deletion src/productcatalogservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.17.5-alpine AS builder
FROM golang:1.17.7-alpine AS builder
RUN apk add --no-cache ca-certificates git
RUN apk add build-base

Expand Down
2 changes: 1 addition & 1 deletion src/shippingservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.17.5-alpine as builder
FROM golang:1.17.7-alpine as builder
RUN apk add --no-cache ca-certificates git
RUN apk add build-base
WORKDIR /src
Expand Down

0 comments on commit c2d2f43

Please sign in to comment.