Skip to content

Commit

Permalink
Merge pull request #23458 from TomSweeneyRedHat/dev/tsweeney/fixvers
Browse files Browse the repository at this point in the history
Tweak versions in register_images.go
  • Loading branch information
mheon authored Jul 31, 2024
2 parents 96eb637 + 2550a72 commit 737c082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/api/server/register_images.go
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ func (s *APIServer) registerImagesHandlers(r *mux.Router) error {
// default: false
// description: |
// Contents of base images to be modified on ADD or COPY only
// (As of version 1.37)
// (As of Podman version v5.2)
// - in: query
// name: nocache
// type: boolean
Expand Down Expand Up @@ -1506,7 +1506,7 @@ func (s *APIServer) registerImagesHandlers(r *mux.Router) error {
// default: false
// description: |
// Contents of base images to be modified on ADD or COPY only
// (As of version 1.37)
// (As of Podman version v5.2)
// - in: query
// name: nocache
// type: boolean
Expand Down

0 comments on commit 737c082

Please sign in to comment.