Skip to content

Commit

Permalink
Update example image to a recent one
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson authored Dec 31, 2023
1 parent a18d689 commit 4ae46d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/profile.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="col">
<label ng-class="{'is-invalid-label': GOINPUTNAME[Image].$error.server}" class="required">Docker image</label>
<input ng-class="{'is-invalid-input': GOINPUTNAME[Image].$error.server}" type="text" ng-model="Image"
ng-required="true" placeholder="e.g. gocd/gocd-agent-alpine-3.7:v19.5.0"/>
ng-required="true" placeholder="e.g. gocd/gocd-agent-alpine-3.19:v23.5.0"/>
<span class="form_error form-error" ng-class="{'is-visible': GOINPUTNAME[Image].$error.server}"
ng-show="GOINPUTNAME[Image].$error.server">{{GOINPUTNAME[Image].$error.server}}</span>
<div class="form-help-content-one-line">
Expand Down

0 comments on commit 4ae46d0

Please sign in to comment.