Skip to content

Commit

Permalink
Merge pull request #1062 from bierteam/renovate/node-20.x
Browse files Browse the repository at this point in the history
Update Node.js to v20
  • Loading branch information
oscrx authored Aug 5, 2023
2 parents af3ea0b + 7b0f43b commit b29059f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beer-import/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# --- Release with Alpine ----
FROM node:18-alpine AS release
FROM node:20-alpine AS release
ENV NODE_ENV production
WORKDIR /app
COPY package*.json ./
Expand Down

0 comments on commit b29059f

Please sign in to comment.