Skip to content

Commit

Permalink
Merge pull request #264 from covalenthq/dependabot/docker/alpine-3.20
Browse files Browse the repository at this point in the history
Bump alpine from 3.19 to 3.20
  • Loading branch information
noslav committed Jun 11, 2024
2 parents c3bb23d + be4e8cb commit 32a0d2a
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.19
FROM alpine:3.20
RUN mkdir /app
WORKDIR /app
RUN apk update && apk add --no-cache bash
Expand Down

0 comments on commit 32a0d2a

Please sign in to comment.