Skip to content

Commit

Permalink
update dockerfile and ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
petersem committed Feb 13, 2024
1 parent 4a70b0d commit dcc4c2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm/v6,linux/arm64/v7,linux/arm64
platforms: linux/amd64,linux/arm64/v7,linux/arm64
push: true
tags: petersem/posterr:latest
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts-alpine
FROM node:20.11-apline
# tzdata for timzone and net-tools
RUN apk update
RUN apk add tzdata
Expand Down

0 comments on commit dcc4c2a

Please sign in to comment.