Skip to content

Commit

Permalink
Merge pull request #294 from covalenthq/dependabot/docker/develop/alp…
Browse files Browse the repository at this point in the history
…ine-3.21

Bump alpine from 3.20 to 3.21
  • Loading branch information
noslav authored Jan 3, 2025
2 parents 0b636c9 + e959ab3 commit 6a9e941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -ldflags="-s -w" -o bsp-agent ./cmd/bsp
RUN CGO_ENABLED=0 GOOS=linux go build -a -ldflags="-s -w" -o bsp-extractor ./scripts/extractor.go
RUN CGO_ENABLED=0 GOOS=linux go build -a -ldflags="-s -w" -o bsp-extractor-2 ./scripts/replica/extractor2.go
# Runtime/test - second phase.
FROM alpine:3.20
FROM alpine:3.21
RUN mkdir /app
WORKDIR /app
RUN apk update && apk add --no-cache bash
Expand Down

0 comments on commit 6a9e941

Please sign in to comment.