Skip to content

Commit

Permalink
Merge pull request #245 from EmmEff/update-ci
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
EmmEff authored Aug 23, 2024
2 parents 9945eea + a8de9e4 commit 15100a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ orbs:
parameters:
cosign-version:
type: string
default: '2.2.4'
default: '2.4.0'

executors:
node:
docker:
- image: node:20-slim
- image: node:22-slim
golangci-lint:
docker:
- image: golangci/golangci-lint:v1.59
- image: golangci/golangci-lint:v1.60
golang-previous:
docker:
- image: golang:1.21
- image: golang:1.22
golang-latest:
docker:
- image: golang:1.22
- image: golang:1.23

jobs:
lint-markdown:
Expand Down
4 changes: 2 additions & 2 deletions build/docker/scs-build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright (c) 2022, Sylabs Inc. All rights reserved.
# Copyright (c) 2022-2024, Sylabs Inc. All rights reserved.
# This software is licensed under a 3-clause BSD license. Please consult the
# LICENSE.md file distributed with the sources of this project regarding your
# rights to use or distribute this software.

FROM alpine:latest AS build-stage
FROM alpine:3 AS build-stage
RUN apk --no-cache add ca-certificates

FROM alpine:latest
Expand Down

0 comments on commit 15100a2

Please sign in to comment.