Skip to content

Commit

Permalink
Fix(dockerfile) openssl install in prod stage (#35)
Browse files Browse the repository at this point in the history
* Fix(dockerfile) openssl install in prod stage (#33)


Co-authored-by: Melanie Gail <melanie.gail@xitaso.com>

* increase version (#34)

---------

Co-authored-by: Melanie Gail <melanie.gail@xitaso.com>
  • Loading branch information
pawel-baran-se and GailMelanie authored Dec 11, 2024
1 parent 9d7b5f4 commit 76e40cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
IMAGE_NAME: mnestix-browser
IMAGE_TAG: latest
# Update the version manually
IMAGE_TAG_VERSION: 1.3.1
IMAGE_TAG_VERSION: 1.3.2
REGISTRY_USER: ${{ secrets.DOCKER_USERNAME }}
REGISTRY_PASS: ${{ secrets.DOCKER_API_TOKEN }}

Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM node:18-alpine AS base
RUN apk update && apk add --no-cache openssl

FROM base AS deps
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mnestix-browser",
"version": "1.3.1",
"version": "1.3.2",
"private": true,
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 76e40cb

Please sign in to comment.