Skip to content

Commit

Permalink
Bump alpine base version for Docker build to 3.18.2 (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-s-rao committed Jul 12, 2023
1 parent 1624f5d commit a28528b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY . .

RUN make build

FROM alpine:3.15.8
FROM alpine:3.18.2

RUN apk add --update bash curl

Expand Down

0 comments on commit a28528b

Please sign in to comment.