Merge pull request 'ensure we use the same OTP for all releases' (#223) from update-otp-version into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/223
This commit is contained in:
		
						commit
						7775cefd73
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -95,7 +95,7 @@ pipeline:
 | 
			
		|||
 | 
			
		||||
  # Canonical amd64
 | 
			
		||||
  ubuntu22:
 | 
			
		||||
    image: hexpm/elixir:1.13.4-erlang-25.0.2-ubuntu-jammy-20220428
 | 
			
		||||
    image: hexpm/elixir:1.13.4-erlang-24.3.4.5-ubuntu-jammy-20220428
 | 
			
		||||
    <<: *on-release
 | 
			
		||||
    environment:
 | 
			
		||||
      MIX_ENV: prod
 | 
			
		||||
| 
						 | 
				
			
			@ -122,7 +122,7 @@ pipeline:
 | 
			
		|||
      - /bin/sh /entrypoint.sh
 | 
			
		||||
 | 
			
		||||
  debian-bullseye:
 | 
			
		||||
    image: elixir:1.13.4
 | 
			
		||||
    image: hexpm/elixir:1.13.4-erlang-24.3.4.5-debian-bullseye-20220801
 | 
			
		||||
    <<: *on-release
 | 
			
		||||
    environment:
 | 
			
		||||
      MIX_ENV: prod
 | 
			
		||||
| 
						 | 
				
			
			@ -151,7 +151,7 @@ pipeline:
 | 
			
		|||
 | 
			
		||||
  # Canonical amd64-musl
 | 
			
		||||
  musl:
 | 
			
		||||
    image: elixir:1.13.4-alpine
 | 
			
		||||
    image: hexpm/elixir:1.13.4-erlang-24.3.4.5-alpine-3.15.6
 | 
			
		||||
    <<: *on-stable
 | 
			
		||||
    environment:
 | 
			
		||||
      MIX_ENV: prod
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue