Skip to content

Commit

Permalink
Update alpine Docker tag to v3.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and adamus1red committed Jan 9, 2025
1 parent 1ab2b39 commit 4ac9919
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.1 AS build
FROM alpine:3.21.2 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.1 AS app
FROM alpine:3.21.2 AS app
COPY --from=build /app /app
WORKDIR /hopm
CMD ["/app/bin/hopm", "-d"]

0 comments on commit 4ac9919

Please sign in to comment.