Skip to content

Commit ad77274

Browse files
authored
Merge pull request #8 from nadiamoe/dependabot/docker/alpine-3.21.2
build(deps): bump alpine from 3.21.0 to 3.21.2
2 parents c3d8df2 + 680ed31 commit ad77274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ WORKDIR /proxy
44
COPY . .
55
RUN go build -o /bin/proxy .
66

7-
FROM alpine:3.21.0
7+
FROM alpine:3.21.2
88
COPY --from=builder /bin/proxy /usr/local/bin/
99
ENTRYPOINT [ "/usr/local/bin/proxy" ]

0 commit comments

Comments
 (0)