Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vimystic committed Nov 1, 2024
1 parent 919fe49 commit d2c5cc9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dockerfile/none/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM golang:bullseye AS build-env
# FROM ubuntu:22.04

ARG PRE_BUILD
ARG VERSION
Expand Down Expand Up @@ -34,7 +33,6 @@ ENV LIBRARIES_ENV ${LIBRARIES}
RUN bash -c 'LIBRARIES_ARR=($LIBRARIES_ENV); for LIBRARY in "${LIBRARIES_ARR[@]}"; do cp $LIBRARY /root/lib/; done'

FROM debian:bullseye
# FROM ubuntu:22.04

LABEL org.opencontainers.image.source="https://github.com/strangelove-ventures/heighliner"

Expand Down

0 comments on commit d2c5cc9

Please sign in to comment.