Skip to content

Commit

Permalink
fix(docker): Fix support for docker list manifests (#8540)
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Feb 4, 2021
1 parent df2a31c commit 4ab13cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/datasource/docker/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
export enum MediaType {
manifestV1 = 'pplication/vnd.docker.distribution.manifest.v1+json',
manifestV2 = 'application/vnd.docker.distribution.manifest.v2+json',
manifestListV2 = 'application/vnd.docker.distribution.manifest.list.v2+jso',
manifestListV2 = 'application/vnd.docker.distribution.manifest.list.v2+json',
}

export interface MediaObject {
Expand Down

0 comments on commit 4ab13cc

Please sign in to comment.