Skip to content

Commit bc8a1da

Browse files
authored
fix(proxyd): alpine version should be 3.18 (ethereum-optimism#7781)
1 parent 337df00 commit bc8a1da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proxyd/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21.3-alpine3.18.4 as builder
1+
FROM golang:1.21.3-alpine3.18 as builder
22

33
ARG GITCOMMIT=docker
44
ARG GITDATE=docker
@@ -12,7 +12,7 @@ WORKDIR /app
1212

1313
RUN make proxyd
1414

15-
FROM alpine:3.18.4
15+
FROM alpine:3.18
1616

1717
RUN apk add bind-tools jq curl bash git redis
1818

0 commit comments

Comments
 (0)