Skip to content

Commit

Permalink
[electron-update-server] Introduce new version
Browse files Browse the repository at this point in the history
Summary:
New release after fixes for [ENG-4073](https://linear.app/comm/issue/ENG-4073), diff: D8208.

- now there's a repository in docker hub so added `commapp/` to the image
- needed to update the Dockerfile to match the keyserver one

Test Plan: Build docker image and push to docker hub

Reviewers: bartek, varun, jon

Reviewed By: bartek, varun

Subscribers: atul, ashoat, tomek

Differential Revision: https://phab.comm.dev/D8305
  • Loading branch information
MichalGniadek committed Jun 29, 2023
1 parent e1e134b commit ab08c20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions services/electron-update-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ COPY patches patches/
COPY package.json yarn.lock postinstall.sh ./
COPY lib/package.json lib/.flowconfig lib/
COPY native/package.json native/.flowconfig native/
COPY native/expo-modules/android-lifecycle/package.json \
native/expo-modules/android-lifecycle/
COPY native/expo-modules/comm-expo-package/package.json \
native/expo-modules/comm-expo-package/
COPY services/electron-update-server/package.json \
services/electron-update-server/

Expand Down
2 changes: 1 addition & 1 deletion services/electron-update-server/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
electron-update-server:
image: electron-update-server
image: commapp/electron-update-server:1.0
build:
context: ../..
dockerfile: services/electron-update-server/Dockerfile

0 comments on commit ab08c20

Please sign in to comment.