Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Switch from 18 to 18-slim docker base image. Remove arm64 target.
Browse files Browse the repository at this point in the history
  • Loading branch information
aribn committed Dec 19, 2023
1 parent acd6752 commit 28cbd1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
COMMIT: ${{ github.sha }}
with:
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
file: production/Dockerfile
cache-from: type=registry,ref=${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:latest
cache-to: type=inline
Expand Down
2 changes: 1 addition & 1 deletion production/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18
FROM node:18-slim

RUN apt-get update -y
RUN apt-get upgrade -y
Expand Down

0 comments on commit 28cbd1a

Please sign in to comment.