Skip to content

Commit 4c91dde

Browse files
committedJun 17, 2024··

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/accountingservice/Dockerfile

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

44

5-
FROM golang:1.21.4-alpine AS builder
5+
FROM registry.ddbuild.io/images/mirror/golang:1.22-alpine AS builder
66
WORKDIR /usr/src/app/
77

88
RUN apk update \
99
&& apk add --no-cache make protobuf-dev
10-
10+
1111
COPY ./src/accountingservice/ ./
1212
RUN go build -o /go/bin/accountingservice/
1313

0 commit comments

Comments
 (0)
Please sign in to comment.