Skip to content

Commit

Permalink
add docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailai-Wang committed May 22, 2024
1 parent e19dd32 commit ffba8d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bitacross-worker/build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ ENTRYPOINT ["/usr/local/bin/bitacross-worker"]

### Release worker image
##################################################
FROM ubuntu AS worker-release
FROM ubuntu:22.04 AS worker-release
LABEL maintainer="Trust Computing GmbH <[email protected]>"

RUN apt update && apt install -y libssl-dev iproute2 protobuf-compiler
Expand Down
2 changes: 1 addition & 1 deletion tee-worker/build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ ENTRYPOINT ["/usr/local/bin/litentry-worker"]

### Release worker image
##################################################
FROM ubuntu AS worker-release
FROM ubuntu:22.04 AS worker-release
LABEL maintainer="Trust Computing GmbH <[email protected]>"

RUN apt update && apt install -y libssl-dev iproute2 protobuf-compiler
Expand Down

0 comments on commit ffba8d8

Please sign in to comment.