Skip to content

Commit

Permalink
Update RHEL on Azure to 7.4.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=210200105
  • Loading branch information
s-deitz committed Aug 27, 2018
1 parent cc6d58e commit 46fa833
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ class Ubuntu1804BasedAzureVirtualMachine(AzureVirtualMachine,

class RhelBasedAzureVirtualMachine(AzureVirtualMachine,
linux_virtual_machine.RhelMixin):
IMAGE_URN = 'RedHat:RHEL:7.2:latest'
IMAGE_URN = 'RedHat:RHEL:7.4:latest'

def __init__(self, vm_spec):
super(RhelBasedAzureVirtualMachine, self).__init__(vm_spec)
Expand Down

0 comments on commit 46fa833

Please sign in to comment.