Skip to content

Commit

Permalink
switch ubuntu to alpine for docker build and docker runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard-Voiculescu committed May 13, 2024
1 parent cb7fe35 commit 0e005ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
build-and-push-image:
runs-on: ubuntu-20.04
runs-on: alpine-3.19.1
permissions:
contents: read
packages: write
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.fh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:e87e5ef2b96893eb8b446da420f7ba7f3e3c5985 as optimism-node
FROM ubuntu:20.04
FROM alpine:3.19.1

RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
apt-get -y install -y ca-certificates libssl1.1
Expand Down

0 comments on commit 0e005ae

Please sign in to comment.