update dockerfile
This commit is contained in:
parent
e954370cd6
commit
03e7efece6
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user