Skip to content

Commit

Permalink
Merge pull request #361 from navikt/revert-bump-av-node-image
Browse files Browse the repository at this point in the history
Downgrade docker node image
  • Loading branch information
perkynades authored Nov 18, 2024
2 parents 65520f4 + dd2a13e commit d66e964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ey-slackbot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22-bookworm-slim as base
FROM node:20-bookworm-slim as base

Check warning on line 1 in apps/ey-slackbot/Dockerfile

View workflow job for this annotation

GitHub Actions / build / Build & publish

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

WORKDIR /usr/src/app

Expand Down

0 comments on commit d66e964

Please sign in to comment.