Skip to content

Commit

Permalink
feat: update to using alpine 3.20 base container (#19)
Browse files Browse the repository at this point in the history
The recent version of amaro requires a newer verion of cargo
due to the  use of version 4 cargo lockfiles.

Bumping the alpine version moves us to to cargo 1.78 from 1.76

Signed-off-by: Michael Dawson <[email protected]>
  • Loading branch information
mhdawson authored Oct 25, 2024
1 parent 1ae1c04 commit dcf25e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container-build-info/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Modify these to update to newer versions
FROM node:22-alpine3.19@sha256:3fa6e0fa080872f038aa4171597419e5cc463acec7e12214c9e15172bae0b40b
FROM node:22-alpine3.20@sha256:fc95a044b87e95507c60c1f8c829e5d98ddf46401034932499db370c494ef0ff
ARG BINARYEN_VERSION=116

ARG UID=1000
Expand Down

0 comments on commit dcf25e7

Please sign in to comment.