Skip to content

Commit

Permalink
Attempt dockerfile upgrade to node:18.20.5-alpine3.20 (#1831)
Browse files Browse the repository at this point in the history
  • Loading branch information
dubwub authored Nov 18, 2024
1 parent 3f9a4f0 commit 0994d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/fdr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.18.0-alpine AS base
FROM node:18.20.5-alpine3.20 AS base

FROM base AS builder
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
Expand Down

0 comments on commit 0994d5b

Please sign in to comment.