Skip to content

Commit

Permalink
Update alpine Docker tag to v3.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and adamus1red committed Feb 15, 2025
1 parent 4ac9919 commit 201a2cb
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,7 +1,7 @@
ARG PKG="gcc make binutils libc6-compat g++ openssl-dev"

## Build Container
FROM alpine:3.21.2 AS build
FROM alpine:3.21.3 AS build

ARG PKG
WORKDIR /src
Expand All @@ -14,7 +14,7 @@ RUN apk add --no-cache --virtual .build-deps ${PKG} \


## Runtime Container
FROM alpine:3.21.2 AS app
FROM alpine:3.21.3 AS app
COPY --from=build /app /app
WORKDIR /hopm
CMD ["/app/bin/hopm", "-d"]

0 comments on commit 201a2cb

Please sign in to comment.