Skip to content

Commit

Permalink
Update base image to Alpine 3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Aug 30, 2023
1 parent 19ad2e5 commit 5908e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WORKDIR /src/rfc-tool
RUN make arch=x86-64 static=true linker=bfd \
&& make install

FROM alpine:3.12
FROM alpine:3.18

COPY --from=build /usr/local/bin/rfc-tool /usr/local/bin/rfc-tool

Expand Down

0 comments on commit 5908e20

Please sign in to comment.