Update alpine Docker tag to v3.24
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ WORKDIR /app
|
|||||||
COPY . .
|
COPY . .
|
||||||
RUN go build -o kforge .
|
RUN go build -o kforge .
|
||||||
|
|
||||||
FROM alpine:3.19
|
FROM alpine:3.24
|
||||||
COPY --from=builder /app/kforge /usr/local/bin/kforge
|
COPY --from=builder /app/kforge /usr/local/bin/kforge
|
||||||
RUN apk add --no-cache curl docker-cli && \
|
RUN apk add --no-cache curl docker-cli && \
|
||||||
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" && \
|
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" && \
|
||||||
|
|||||||
Reference in New Issue
Block a user