Skip to content

Commit

Permalink
fix(build): correct base image name
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jun 12, 2021
1 parent 24cf3b8 commit fdd79c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.artifacts.apextoaster.com/node:12-alpine
FROM docker.artifacts.apextoaster.com/apextoaster/node:12.22

# install jq, sqlite cli
RUN apk add bash curl jq sqlite
Expand Down

0 comments on commit fdd79c4

Please sign in to comment.