Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kravisha91 committed Sep 29, 2023
1 parent 19c8a51 commit adae769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 ubuntu:22.04 as base
FROM --platform=linux/amd64 ubuntu:20.04 as base

# Install pre-reqs
ARG DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -70,7 +70,7 @@ RUN apt clean
COPY entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]

FROM registry.ddbuild.io/images/base/gbi-ubuntu_2204 as dd-image
FROM registry.ddbuild.io/images/base/gbi-ubuntu_2004 as dd-image

COPY --from=base /entrypoint.sh /
COPY --from=base /go/src /go/src
Expand Down

0 comments on commit adae769

Please sign in to comment.