Skip to content

Commit 68f9fe0

Browse files
update ubuntu image to 20.04 (#78)
1 parent 4401236 commit 68f9fe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Compile golang
16-
FROM ubuntu:18.04 as golang-builder
16+
FROM ubuntu:20.04 as golang-builder
1717

1818
RUN mkdir -p /app \
1919
&& chown -R nobody:nogroup /app
@@ -62,7 +62,7 @@ RUN mv src/rosetta-ethereum /app/rosetta-ethereum \
6262
&& rm -rf src
6363

6464
## Build Final Image
65-
FROM ubuntu:18.04
65+
FROM ubuntu:20.04
6666

6767
RUN apt-get update && apt-get install -y ca-certificates && update-ca-certificates
6868

0 commit comments

Comments
 (0)