Skip to content

Commit

Permalink
Bump alpine to 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
justdan6 committed Feb 22, 2024
1 parent a9b5484 commit aca272a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18 AS base
FROM alpine:3.19 AS base

RUN apk add --no-cache \
autoconf \
Expand Down Expand Up @@ -42,7 +42,7 @@ RUN cd .. \
&& make \
&& make install

FROM alpine:3.18
FROM alpine:3.19

COPY --from=base /usr/local/bin/curl /usr/local/bin/curl
COPY --from=base /usr/local/lib/libcurl.so.4 /usr/local/lib/libcurl.so.4
Expand Down

0 comments on commit aca272a

Please sign in to comment.