Compare commits

..

2 commits

Author SHA1 Message Date
Peter Dave Hello
767f9f6bda
Merge pull request #65 from PeterDaveHello/renovate/alpine-3.x
Update Alpine Linux Docker base image to v3.21
2024-12-12 01:28:47 +08:00
renovate[bot]
4d682a3ee1
Update alpine Docker tag to v3.21 2024-12-11 13:09:10 +00:00
4 changed files with 26 additions and 32 deletions

View file

@ -1,30 +0,0 @@
name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
dockerfile_lint:
runs-on: ubuntu-latest
container:
image: node:18
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run dockerfile_lint
run: npx --cache .npx dockerfile_lint
docker_build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build Docker image
run: docker build -t tor-socks-proxy:${{ github.sha }} .

24
.travis.yml Normal file
View file

@ -0,0 +1,24 @@
dist: focal
git:
depth: 5
matrix:
include:
- env:
- task=shellcheck
language: node_js
node_js:
- "18"
cache:
directories:
- .npx
script:
- npx --cache .npx dockerfile_lint
- env:
- task=Docker build
language: minimal
services:
- docker
script:
- docker build -t tor-socks-proxy:$TRAVIS_COMMIT .

View file

@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.21
LABEL maintainer="Peter Dave Hello <hsu@peterdavehello.org>"
LABEL name="tor-socks-proxy"

View file

@ -5,7 +5,7 @@
# Tor-socks-proxy
![license](https://img.shields.io/badge/license-GPLv3.0-brightgreen.svg?style=flat)
[![Build Status](https://github.com/PeterDaveHello/tor-socks-proxy/actions/workflows/ci.yml/badge.svg)](https://github.com/PeterDaveHello/tor-socks-proxy/actions/workflows/ci.yml)
[![Build Status](https://app.travis-ci.com/PeterDaveHello/tor-socks-proxy.svg?branch=master)](https://app.travis-ci.com/PeterDaveHello/tor-socks-proxy)
[![Docker Hub pulls](https://img.shields.io/docker/pulls/peterdavehello/tor-socks-proxy.svg)](https://hub.docker.com/r/peterdavehello/tor-socks-proxy/)
[![Docker Hub badge](http://dockeri.co/image/peterdavehello/tor-socks-proxy)](https://hub.docker.com/r/peterdavehello/tor-socks-proxy/)