Skip to content

Commit

Permalink
Bump to Ubuntu 20.04
Browse files Browse the repository at this point in the history
Fix #163
  • Loading branch information
techknowlogick authored Jun 29, 2023
1 parent 494bc06 commit 993b9eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/toolchain/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Go cross compiler (xgo): toolchain cross-compilation layer
# Copyright (c) 2014 Péter Szilágyi. All rights reserved.
# Copyright (c) 2019 techknowlogick
#
# Released under the MIT license.

FROM ubuntu:18.04
FROM ubuntu:20.04

LABEL maintainer="techknowlogick <[email protected]>"

Expand Down

0 comments on commit 993b9eb

Please sign in to comment.