Skip to content

Commit

Permalink
Merge pull request #8099 from inverse-inc/fix/alpine_version
Browse files Browse the repository at this point in the history
Fix alpine to v3.19.1
  • Loading branch information
JeGoi committed Apr 25, 2024
2 parents ba3aaa6 + 2d832bc commit 36dcc5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion containers/fingerbank-db/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${KNK_REGISTRY_URL}/pfdebian:${IMAGE_TAG}

RUN apt update && apt install fingerbank --reinstall

FROM alpine
FROM alpine:3.19.1

ARG FINGERBANK_BUILD_API_KEY

Expand Down
2 changes: 1 addition & 1 deletion go/chisel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN go build \
-ldflags "-X github.com/inverse-inc/packetfence/go/chisel/share.BuildVersion=$(git describe --abbrev=0 --tags)" \
-o chisel
# container stage
FROM alpine
FROM alpine:3.19.1
RUN apk update && apk add --no-cache ca-certificates
WORKDIR /app
COPY --from=build-env /src/chisel /app/chisel
Expand Down

0 comments on commit 36dcc5b

Please sign in to comment.