Skip to content

Commit

Permalink
Update Dockerfile to use Alpine 3.16 as base (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen authored Jun 16, 2022
1 parent eda6352 commit 144da5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .release-notes/alpine-316.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Update Dockerfile to use Alpine 3.16 as base

The corral Dockerfile has been updated to use Alpine 3.16 as its base image. Previously we were using Alpine 3.12 which is no longer supported. 3.16 is supported until 2024.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WORKDIR /src/corral
RUN make arch=x86-64 static=true linker=bfd \
&& make install

FROM alpine:3.12
FROM alpine:3.16

COPY --from=build /usr/local/bin/corral /usr/local/bin/corral

Expand Down

0 comments on commit 144da5c

Please sign in to comment.