Skip to content

Commit

Permalink
step
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin8105 committed May 18, 2024
1 parent ea76238 commit 500c91d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
# See https://blog.golang.org/docker
# See https://hub.docker.com/_/golang?tab=description

FROM golang:1.12
FROM golang:1.22

RUN apk update

RUN apk add --no-cache clang clang-dev alpine-sdk dpkg
# RUN apk add --no-cache clang clang-dev alpine-sdk dpkg
# WORKDIR /go/src/app

RUN go install -v github.com/Konstantin8105/c4go
# RUN go install -v github.com/Konstantin8105/c4go

CMD ["c4go"]
# CMD ["c4go"]

0 comments on commit 500c91d

Please sign in to comment.