Skip to content

Commit aca272a

Browse files
committed
Bump alpine to 3.19
1 parent a9b5484 commit aca272a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.18 AS base
1+
FROM alpine:3.19 AS base
22

33
RUN apk add --no-cache \
44
autoconf \
@@ -42,7 +42,7 @@ RUN cd .. \
4242
&& make \
4343
&& make install
4444

45-
FROM alpine:3.18
45+
FROM alpine:3.19
4646

4747
COPY --from=base /usr/local/bin/curl /usr/local/bin/curl
4848
COPY --from=base /usr/local/lib/libcurl.so.4 /usr/local/lib/libcurl.so.4

0 commit comments

Comments
 (0)