Skip to content

Commit

Permalink
Update to Alpine 3.18
Browse files Browse the repository at this point in the history
To update nghttp2 version to 1.57 > 1.53, fixing git proxy bug.
  • Loading branch information
taoky committed Jun 1, 2024
1 parent 4210a6d commit 444f358
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,9 +1,9 @@
FROM alpine:3.16 AS builder
FROM alpine:3.18 AS builder
COPY ./squid-preload.c /tmp/squid-preload.c
RUN apk add --no-cache gcc musl-dev && \
gcc -fPIC -O3 -shared -Wl,-export-dynamic -o /tmp/squid-preload.so /tmp/squid-preload.c -lc

FROM smartentry/alpine:3.16
FROM smartentry/alpine:3.18

MAINTAINER Yifan Gao <[email protected]>

Expand Down

0 comments on commit 444f358

Please sign in to comment.