Skip to content

Commit

Permalink
container: update base image to alpine3.19
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaocheng Dong <[email protected]>
  • Loading branch information
dongx1x committed Apr 22, 2024
1 parent c5cc679 commit 3886849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container/ccnp-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.74.1-alpine3.17 AS ccnp-server-builder
FROM rust:1.77.1-alpine3.19 AS ccnp-server-builder

RUN apk update \
&& apk add --no-cache make protobuf-dev musl-dev wget openssl-dev openssl-libs-static
Expand All @@ -8,7 +8,7 @@ RUN cd /ccnp-server && make build

# ======================================================================================================================

From alpine:3.17
FROM alpine:3.19
ARG USER=ccnp
ARG GROUP=ccnp
ARG UID=1000
Expand Down

0 comments on commit 3886849

Please sign in to comment.