Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
Lockdown Ubuntu to Xenial.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Jan 30, 2022
1 parent 5c4828c commit d2e9226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/docker-swagger-codegen-langs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"builders": [
{
"type": "docker",
"image": "ubuntu",
"image": "ubuntu:16.04",
"commit": true,
"run_command": [
"-d", "-i", "-t", "{{.Image}}", "/bin/bash"
Expand Down

0 comments on commit d2e9226

Please sign in to comment.