We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4401236 commit 68f9fe0Copy full SHA for 68f9fe0
Dockerfile
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
# Compile golang
16
-FROM ubuntu:18.04 as golang-builder
+FROM ubuntu:20.04 as golang-builder
17
18
RUN mkdir -p /app \
19
&& chown -R nobody:nogroup /app
@@ -62,7 +62,7 @@ RUN mv src/rosetta-ethereum /app/rosetta-ethereum \
62
&& rm -rf src
63
64
## Build Final Image
65
-FROM ubuntu:18.04
+FROM ubuntu:20.04
66
67
RUN apt-get update && apt-get install -y ca-certificates && update-ca-certificates
68
0 commit comments