Skip to content

Commit 0918cdd

Browse files
author
colinlyguo
committed
change another base image
1 parent b55ccc0 commit 0918cdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/dockerfiles/bridgehistoryapi-db-cli.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Download Go dependencies
2-
FROM golang:1.21-alpine3.19 as base
2+
FROM scrolltech/go-rust-builder:go-1.21-rust-nightly-2023-12-03 as base
33

44
WORKDIR /src
55
COPY ./bridge-history-api/go.* ./

build/dockerfiles/db_cli.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Download Go dependencies
2-
FROM scrolltech/go-alpine-builder:1.21 as base
2+
FROM scrolltech/go-rust-builder:go-1.21-rust-nightly-2023-12-03 as base
33

44
WORKDIR /src
55
COPY go.work* ./

0 commit comments

Comments
 (0)