Skip to content

Commit 8733cdd

Browse files
Fix LABEL source position
1 parent 879df65 commit 8733cdd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ ARG BASE_IMAGE_VERSION
55

66
FROM alpine:${FETCHER_IMAGE_VERSION} as FETCHER
77

8-
LABEL org.opencontainers.image.source https://github.com/Container-Driven-Development/Oppidum-DevOps-Blueprint
9-
108
RUN apk --no-cache add unzip
119

1210
USER root
@@ -58,6 +56,8 @@ RUN chmod 644 /tmp/completion/*
5856
################################################
5957
FROM gitpod/workspace-base:${BASE_IMAGE_VERSION}
6058

59+
LABEL org.opencontainers.image.source https://github.com/Container-Driven-Development/Oppidum-DevOps-Blueprint
60+
6161
ENV RUN_AS_USER=gitpod
6262
ENV SHELL=zsh
6363

0 commit comments

Comments
 (0)