Skip to content

Commit

Permalink
Merge pull request #732 from apigee/fix-claat-bump
Browse files Browse the repository at this point in the history
Update Claat in Pipeline linter
  • Loading branch information
danistrebel authored Mar 28, 2024
2 parents 1180a67 + e615917 commit 7c71b86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/pipeline-linter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:alpine3.14
FROM golang:alpine3.18

RUN apk add --no-cache git
RUN go install github.com/google/addlicense@v1.0.0
RUN export GO111MODULE=on && go install github.com/googlecodelabs/tools/claat@v2.2.0
RUN export GO111MODULE=on && go install github.com/googlecodelabs/tools/claat@v2.2.6

# Install our dependencies
COPY *.sh /usr/bin/
Expand Down

0 comments on commit 7c71b86

Please sign in to comment.