Skip to content

Commit 1dbbcec

Browse files
committed
fix(op-acceptor): switch to go base image and add build tools
1 parent e9028b8 commit 1dbbcec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

op-acceptor/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ COPY op-acceptor/ .
1212

1313
RUN just build
1414

15-
FROM alpine:3.21
15+
FROM golang:1.23.5-alpine3.21
1616

17-
RUN apk add --no-cache ca-certificates
17+
RUN apk add --no-cache ca-certificates build-base
1818

1919
# Increase the proxy connect timeout to 60 seconds
2020
ENV GOPROXYCONNECTTIMEOUT=60s

0 commit comments

Comments
 (0)