Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions op-acceptor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.5-alpine3.21 AS builder
FROM golang:1.24.5-alpine3.21 AS builder

WORKDIR /app

Expand All @@ -9,7 +9,7 @@ COPY op-acceptor/ .

RUN make build

FROM golang:1.23.5-alpine3.21
FROM golang:1.24.5-alpine3.21

RUN apk add --no-cache ca-certificates build-base git zstd

Expand Down