Skip to content

Commit

Permalink
Pin dependencies to increase reliability and predictability (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev authored Feb 9, 2025
1 parent e16fe12 commit cf4f510
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 208 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ FROM docker.io/node:22.13.1-alpine@sha256:e2b39f7b64281324929257d0f8004fb6cb4bf0
COPY package.json package-lock.json ./
RUN npm install -g npm && npm install
COPY . .
COPY --from=snapshot-versions-getter ./melpa_snapshot_versions.json ./TODAY .
COPY --from=snapshot-versions-getter ./melpa_snapshot_versions.json ./TODAY ./
RUN env TODAY="$(cat TODAY)" npx tsx gen_caddy.ts > Caddyfile

FROM docker.io/caddy:2.9.1-alpine@sha256:b60636634fd2aebaf9460cf60997ad83aad6b139318d5713e2b78a60f52b139c
Expand Down
Loading

0 comments on commit cf4f510

Please sign in to comment.