update dockerfile

This commit is contained in:
Roy Crihfield 2024-04-24 17:58:37 +08:00
parent e954370cd6
commit 03e7efece6
2 changed files with 4 additions and 1 deletions

View File

@ -31,6 +31,9 @@ jobs:
- name: Run unit tests
run: make test
# TODO test image
- name: Build docker image
run: docker build . -t cerc/ipld-eths-state-snapshot:local
- name: Run DB container
run: docker compose -f test/compose.yml up --wait

View File

@ -1,4 +1,4 @@
FROM golang:1.20-alpine as builder
FROM golang:1.21-alpine as builder
RUN apk add --no-cache git gcc musl-dev binutils-gold
# DEBUG