Skip to content

Commit

Permalink
[ci] Bump Linux distribution versions on GitLab
Browse files Browse the repository at this point in the history
  • Loading branch information
D4N committed Apr 29, 2019
1 parent 96aa4a2 commit fa7748a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Archlinux:
<<: *distro_build

Ubuntu:
image: ubuntu:18.04
image: ubuntu:18.10
<<: *default_config
<<: *distro_build

Expand All @@ -71,7 +71,7 @@ OpenSUSE:
<<: *distro_build

Alpine:
image: alpine:3.8
image: alpine:3.9
<<: *default_config
<<: *distro_build

Expand Down
4 changes: 2 additions & 2 deletions contrib/vms/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Vagrant.configure("2") do |config|
end

config.vm.define "Ubuntu" do |ubuntu|
ubuntu.vm.box = "ubuntu/bionic64"
ubuntu.vm.box = "generic/ubuntu1810"
ubuntu.vm.hostname = "ubuntu-exiv2"
end

Expand All @@ -33,7 +33,7 @@ Vagrant.configure("2") do |config|
end

config.vm.define "Alpine" do |alpine|
alpine.vm.box = "roboxes/alpine38"
alpine.vm.box = "roboxes/alpine39"
# don't set a custom hostname, this is broken on Alpine
# alpine.vm.hostname = "alpine-exiv2"
end
Expand Down

0 comments on commit fa7748a

Please sign in to comment.