Skip to content

Commit a70abfa

Browse files
authored
Merge pull request #161 from Staffbase/dependabot/docker/docker-ec304b4edd
Bump golang from 1.26rc2 to 1.26rc3 in the docker group
2 parents fd00466 + 83d92b6 commit a70abfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
# See the License for the specific language governing permissions and
1010
# limitations under the License.
1111

12-
FROM golang:1.26rc2 AS build
12+
FROM golang:1.25.7 AS build
1313
WORKDIR /yamllint-action
1414
COPY go.mod go.sum /yamllint-action/
1515
RUN go mod download
1616
COPY . .
1717
RUN export CGO_ENABLED=0 && go build -o ./yamllint-action .
1818

1919
FROM python:3.13.1-alpine3.19
20-
RUN pip install --no-cache-dir yamllint==1.35.1 && \
20+
RUN pip install --no-cache-dir yamllint==1.38.0 && \
2121
adduser --disabled-password --gecos "" --home "/nonexistent" --shell "/sbin/nologin" --no-create-home --uid 10001 appuser
2222
COPY --from=build /yamllint-action/yamllint-action /yamllint-action
2323
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)