Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #344 from vania-pooh/master
Browse files Browse the repository at this point in the history
Bump base image to Ubuntu 20.04 (related to #244)
  • Loading branch information
vania-pooh authored Feb 14, 2021
2 parents 7041b18 + 1e1bd98 commit 2de01b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selenium/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN \
GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" && \
upx /fileserver/fileserver

FROM ubuntu:18.04
FROM ubuntu:20.04

RUN \
apt update && \
Expand Down

0 comments on commit 2de01b0

Please sign in to comment.