Skip to content

Commit

Permalink
chore: updating docker base image to node:18.17.1-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Sudnik-Hrynkiewicz committed Aug 28, 2023
1 parent 0525ff8 commit a33fcf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion authorization-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine as base
FROM node:18.17.1-alpine@sha256:3482a20c97e401b56ac50ba8920cc7b5b2022bfc6aa7d4e4c231755770cf892f as base
#FROM --platform=linux/amd64 node:16-alpine as base
#FROM --platform=linux/arm64 node:16-alpine as base

Expand Down
2 changes: 1 addition & 1 deletion backend-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine as dependencies
FROM node:18.17.1-alpine@sha256:3482a20c97e401b56ac50ba8920cc7b5b2022bfc6aa7d4e4c231755770cf892f as dependencies
WORKDIR /app

COPY ["./package.json", "./yarn.lock", "./"]
Expand Down

0 comments on commit a33fcf0

Please sign in to comment.